MIPI_AdvancedC_FRTK/Lect6/65-68/65.bat

5 lines
89 B
Batchfile
Raw Normal View History

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