MIPI_AdvancedC_FRTK/Lect6/54-63/55.bat

3 lines
85 B
Batchfile
Raw Normal View History

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