M7350/kernel/tools/testing/selftests/timers/Makefile

9 lines
108 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
all:
gcc posix_timers.c -o posix_timers -lrt
run_tests: all
./posix_timers
clean:
rm -f ./posix_timers