Files
2024-03-06 20:10:38 +05:30

4 lines
91 B
Bash

gcc -c timerexample.c -o timerexample.o
gcc timerexample.o -o timerexample.exe -lrt
rm *.o