mirror of
https://github.com/Hizenberg469/MultiThreading_Part_A.git
synced 2026-04-19 18:12:24 +03:00
4 lines
126 B
Bash
4 lines
126 B
Bash
gcc -g -c hello_world_thread.c -o hello_world_thread.o
|
|
gcc -g hello_world_thread.o -o hello_world_thread.exe -lpthread
|
|
rm *.o
|