4 lines
56 B
Batchfile
4 lines
56 B
Batchfile
@echo off
|
|
gcc -Wall -g -std=c99 %1.c -o %1.exe
|
|
@echo on
|
@echo off
|
|
gcc -Wall -g -std=c99 %1.c -o %1.exe
|
|
@echo on
|