add build_mingw.sh
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2025 Alex313031.
|
||||
|
||||
export HERE=${PWD}
|
||||
|
||||
make clean && make all -j 4 $@
|
||||
Reference in New Issue
Block a user