summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
blob: 1247a8e09b233f2cd2fa9f6f5375dad06ee92d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_SOURCES := main.cpp test.cpp

include Makefile.rules

a.out: dummy

dummy:
	$(MAKE) VPATH=$(VPATH) -I $(SRCDIR) -f $(SRCDIR)/dummy.mk

clean::
	$(MAKE) VPATH=$(VPATH) -I $(SRCDIR) -f $(SRCDIR)/dummy.mk clean
OpenPOWER on IntegriCloud