forked from OSchip/llvm-project
8 lines
143 B
Makefile
8 lines
143 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
C_SOURCES := main.c
|
||
|
LDFLAGS = $(CFLAGS) -Xlinker -order_file ./order-file
|
||
|
MAKE_DSYM := NO
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|