summaryrefslogtreecommitdiff
path: root/lldb/test/API/macosx/lc-note/firmware-corefile/Makefile
blob: 4d798fc9ad993db01fe2ff5f2fc509d1a8e1f3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
MAKE_DSYM := NO
C_SOURCES := main.c
#CFLAGS_EXTRAS := 

all: a.out create-empty-corefile

create-empty-corefile:
	"$(MAKE)" -f "$(MAKEFILE_RULES)" EXE=create-empty-corefile \
	    CXX=$(CC) CXX_SOURCES=create-empty-corefile.cpp

include Makefile.rules