summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/Makefile
blob: 9d4f3b7f14124bd4bebae8a5c33da09e204a97ce (plain)
1
2
3
4
5
6
7
8
LEVEL = ../../make

CXX_SOURCES := main.cpp

include $(LEVEL)/Makefile.rules

clean::
	rm -rf $(wildcard *.o *.d *.dSYM)
OpenPOWER on IntegriCloud