Linux 4.0-rc3
[deliverable/linux.git] / tools / testing / selftests / timers / Makefile
CommitLineData
0bc4b0cf
FW
1all:
2 gcc posix_timers.c -o posix_timers -lrt
3
4run_tests: all
5 ./posix_timers
6
7clean:
8 rm -f ./posix_timers
This page took 0.102258 seconds and 5 git commands to generate.