7 lines
46 B
Batchfile
Executable File
7 lines
46 B
Batchfile
Executable File
@echo off
|
|
PATH=C:\gcc\bin;%PATH%
|
|
|
|
make
|
|
|
|
pause
|