aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/exec/Makefile
blob: 65d4680077d26d8320baf54069b55c91c1de6b91 (plain)
1
2
3
4
5
6
7
8
9
C_SOURCES := main.c

all: secondprog

include Makefile.rules

secondprog: secondprog.cpp
	"$(MAKE)" -f $(MAKEFILE_RULES) \
		CXX_SOURCES=secondprog.cpp EXE=secondprog