forked from OSchip/llvm-project
10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
C_SOURCES := main.c
|
||
|
|
||
|
MAKE_DSYM := NO
|
||
|
ARCHIVE_NAME := libfoo.a
|
||
|
ARCHIVE_C_SOURCES := a.c b.c
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|