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