llvm-project/lldb/packages/Python/lldbsuite/test/macosx/order/Makefile

8 lines
160 B
Makefile

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