]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/image-remove-crash/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / image-remove-crash / Makefile
CommitLineData
19894a12
A
1TESTROOT = ../..
2include ${TESTROOT}/include/common.makefile
3
4all-check: all check
5
6check:
7 ./main
8
9all:
10 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c
11 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o foo.bundle foo.c -bundle
12
13
14
15clean:
16 ${RM} ${RMFLAGS} *~ main foo.bundle
17