xref: /linux-6.15/tools/testing/selftests/timers/Makefile (revision ef264cf0)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1all:
2	gcc posix_timers.c -o posix_timers -lrt
3
4run_tests: all
5	./posix_timers
6
7clean:
8	rm -f ./posix_timers
9

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026