android_kernel_samsung_on5x.../tools/testing/selftests/timers/Makefile
2018-06-19 23:16:04 +02:00

8 lines
108 B
Makefile

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