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