Files
prg-1/build.bat
2019-12-20 18:40:02 +01:00

4 lines
56 B
Batchfile

@echo off
gcc -Wall -g -std=c99 %1.c -o %1.exe
@echo on