aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/template/Makefile
blob: 194af7b323985a5b416c30113b11a98cd34ed7da (plain) (blame)
1
2
3
4
5
6
7
LEVEL = ../../../make

CXX_SOURCES := main.cpp

CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS)

include $(LEVEL)/Makefile.rules