mirror of
https://github.com/Hizenberg469/C1-Linux_SYS_Prog-AS-.git
synced 2026-04-19 18:32:24 +03:00
4 lines
91 B
Bash
4 lines
91 B
Bash
gcc -c timerexample.c -o timerexample.o
|
|
gcc timerexample.o -o timerexample.exe -lrt
|
|
rm *.o
|