rename build.bat

This commit is contained in:
FunkyFr3sh 2024-03-22 22:57:28 +01:00
parent 36a87419e3
commit 18c3b3927c

8
build.cmd Normal file
View file

@ -0,0 +1,8 @@
@echo off
REM
REM patch environment config
REM
set PATH=C:\w64devkit\bin
make clean
make
pause