3 lines
85 B
Batchfile
3 lines
85 B
Batchfile
|
gcc -c -o main.o main.c
|
||
|
gcc -c -o function.o function.c
|
||
|
gcc -o prog function.o main.o
|