hanchenye-llvm-project/lldb/test/macosx/order/Makefile

8 lines
143 B
Makefile
Raw Normal View History

LEVEL = ../../make
C_SOURCES := main.c
LDFLAGS = $(CFLAGS) -Xlinker -order_file ./order-file
MAKE_DSYM := NO
include $(LEVEL)/Makefile.rules