aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/Makefile
blob: a8d5c4eb026831edf0d82c37e50f476e1118156b (plain) (blame)
1
2
3
4
5
LEVEL = ../../../make

CXX_SOURCES := main.cpp static-a.cpp static-b.cpp

include $(LEVEL)/Makefile.rules