summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
blob: 6e8e801af010991df563e151df21d48ca6351374 (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