llvm-project/lldb/test/python_api/module_section/Makefile

9 lines
166 B
Makefile

LEVEL = ../../make
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS
LD_EXTRAS := -lpthread
CXX_SOURCES := main.cpp b.cpp c.cpp
MAKE_DSYM :=NO
include $(LEVEL)/Makefile.rules