annotate lldb/test/API/macosx/lc-note/kern-ver-str/Makefile @ 180:680fa57a2f20

fix compile errors.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 30 May 2020 17:44:06 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 MAKE_DSYM := NO
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 C_SOURCES := main.c
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 all: a.out create-empty-corefile
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 create-empty-corefile:
anatofuz
parents:
diff changeset
8 $(MAKE) -f $(MAKEFILE_RULES) EXE=create-empty-corefile \
anatofuz
parents:
diff changeset
9 C_SOURCES=create-empty-corefile.c
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 include Makefile.rules