mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
10 lines
253 B
Batchfile
10 lines
253 B
Batchfile
@echo off
|
|
REM
|
|
REM patch environment config
|
|
REM
|
|
set PATH=C:\w64devkit\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\
|
|
make clean
|
|
make
|
|
REM make DEBUG=1
|
|
pause
|