Current Path : /usr/src/linux-headers-3.13.0-185/tools/testing/selftests/timers/ |
Current File : //usr/src/linux-headers-3.13.0-185/tools/testing/selftests/timers/Makefile |
all: gcc posix_timers.c -o posix_timers -lrt run_tests: all ./posix_timers clean: rm -f ./posix_timers