]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/timers/Makefile
selftests: add basic posix timers selftests
[karo-tx-linux.git] / tools / testing / selftests / timers / Makefile
1 all:
2         gcc posix_timers.c -o posix_timers -lrt
3
4 run_tests: all
5         ./posix_timers
6
7 clean:
8         rm -f ./posix_timers