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

6 lines
131 B
Makefile

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