6 lines
135 B
Batchfile
6 lines
135 B
Batchfile
rem runner.c -> runner.exe using gcc (djgpp)
|
|
|
|
make -r -fmakerunr.dos ../../source/runner/runner
|
|
move ..\..\source\runner\runner.exe .
|
|
|