Create build.sh

This commit is contained in:
MissLavender-LQ
2023-09-28 06:02:00 +01:00
parent ef0282eba7
commit 32ffdb4636

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
premake5 gmake;
make config=release all;