add build_mingw.sh

This commit is contained in:
Alexander Frick
2025-12-04 21:15:10 -06:00
parent 67c5770e12
commit a5fc84b959
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Copyright (c) 2025 Alex313031.
export HERE=${PWD}
make clean && make all -j 4 $@