clock_gettime_test/Makefile

5 lines
83 B
Makefile
Raw Permalink Normal View History

2021-09-28 23:27:58 +03:00
test: test_clock
./test_clock
test_clock:
gcc -O3 -o test_clock test_clock.c -lm