usb-storage: enable multi-LUN scanning when needed
[linux/fpc-iii.git] / tools / testing / selftests / timers / Makefile
blobeb2859f4ad2113576831e5f8ee420cf514f5194d
1 all:
2 gcc posix_timers.c -o posix_timers -lrt
4 run_tests: all
5 ./posix_timers
7 clean:
8 rm -f ./posix_timers