clock_gettime_test/Makefile

5 lines
83 B
Makefile

test: test_clock
./test_clock
test_clock:
gcc -O3 -o test_clock test_clock.c -lm