MIPI_BaseC_WebinarFRTK/11_Lecture11/Module01_p7/build.bat

5 lines
114 B
Batchfile
Raw Normal View History

2024-11-13 09:22:28 +03:00
chcp 1251
gcc -c --std=c99 -o main.o main.c
gcc -c --std=c99 -o func.o func.c
gcc -o prog func.o main.o
pause