summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/exec/Makefile
blob: 784a53da4776e0645a7f8da23343e3911b421af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LEVEL = ../../make

CXX_SOURCES := main.cpp

all: a.out secondprog

include $(LEVEL)/Makefile.rules

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

clean::
	$(MAKE) -f $(SRCDIR)/secondprog.mk clean
OpenPOWER on IntegriCloud