]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/kqueue_tests/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / tools / tests / kqueue_tests / Makefile
CommitLineData
b0d623f7
A
1all: readwrite timer
2
3readwrite:
4 gcc -o readwrite_tests kqueue_readwrite_tests.c -arch ppc -arch i386
5
6timer:
7 gcc -o timer_tests kqueue_timer_tests.c -arch ppc -arch i386 -arch x86_64