mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-01 00:00:40 +03:00
7 lines
46 B
Batchfile
7 lines
46 B
Batchfile
|
@echo off
|
||
|
PATH=C:\gcc\bin;%PATH%
|
||
|
|
||
|
make
|
||
|
|
||
|
pause
|