]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/image-remove-crash/Makefile
dyld-360.19.tar.gz
[apple/dyld.git] / unit-tests / test-cases / image-remove-crash / Makefile
1 TESTROOT = ../..
2 include ${TESTROOT}/include/common.makefile
3
4 all-check: all check
5
6 check:
7 ./main
8
9 all:
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
15 clean:
16 ${RM} ${RMFLAGS} *~ main foo.bundle
17