mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
6 lines
107 B
Makefile
6 lines
107 B
Makefile
|
include ../Makefile.in
|
||
|
ifeq ($(findstring Linux, $(UNIXNAME)), Linux)
|
||
|
SYSLIB += -luring
|
||
|
endif
|
||
|
PROG = file
|