Make clean on MinGW-W64 batch.

Add notes to readme for how to swap to C++ or use your own code.
This commit is contained in:
Jeff Myers
2024-09-20 15:56:00 -07:00
parent dd63a74099
commit 3f9ed218fb
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
cd build
premake5.exe gmake2
pause
cd ..
cd ..
make SHELL=CMD clean
pause