M7350/kernel/tools/testing/selftests/timers/Makefile
2024-09-09 08:57:42 +00:00

9 lines
108 B
Makefile

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