1
0
Fork 0
alistair23-linux/tools/testing/selftests/timers/Makefile

9 lines
108 B
Makefile

all:
gcc posix_timers.c -o posix_timers -lrt
run_tests: all
./posix_timers
clean:
rm -f ./posix_timers