aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile
blob: 6ff66a3ab5d9a4677047f0877f71ca9778025e8e (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../make

override CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
MAKE_DSYM :=NO

include $(LEVEL)/Makefile.rules