Files
prg-1/build.bat
2020-02-15 20:02:41 +01:00

4 lines
64 B
Batchfile

@echo off
gcc -Wall -g -lm -std=c99 main.c -o main.exe
@echo on