Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/tools/testing/selftests/timers/
Upload File :
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