summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/Makefile
blob: ad37346bbebc0eb46c98658257d761455ac421a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
MAKE_DSYM := NO

C_SOURCES := main.c

all: a.out create-empty-corefile

create-empty-corefile:
	$(MAKE) -f $(MAKEFILE_RULES) EXE=create-empty-corefile \
		C_SOURCES=create-empty-corefile.c

include Makefile.rules