Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[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.02495 seconds and 5 git commands to generate.