]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/cfstring-and-cstring/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-and-cstring / Makefile
1 TESTROOT = ../..
2 include ${TESTROOT}/include/common.makefile
3
4 SHELL = bash # use bash shell so we can redirect just stderr
5
6
7 run: all
8
9 all:
10 ${CC} ${CCFLAGS} foo.c bar.c -Os -o foo -framework CoreFoundation
11 ${PASS_IFF_GOOD_MACHO} foo
12
13 clean:
14 rm -rf foo