MIPI_AdvancedC_FRTK/Lect2/45.bat

3 lines
70 B
Batchfile
Raw Normal View History

2024-11-14 08:45:50 +03:00
gcc -c -o main.o main.c
gcc -c -o arr.o arr.c
gcc -o prog main.o arr.o