3 lines
70 B
Batchfile
3 lines
70 B
Batchfile
|
gcc -c -o main.o main.c
|
||
|
gcc -c -o arr.o arr.c
|
||
|
gcc -o prog main.o arr.o
|