DEBSOURCES
Skip Quicknav
sources / linux / 3.16.7-ckt9-2 / tools / testing / selftests / timers / Makefile
12345678
all: gcc posix_timers.c -o posix_timers -lrt run_tests: all ./posix_timers clean: rm -f ./posix_timers