Modified build script

multi_plaform
anulax1225 ago%!(EXTRA string=1 year)
parent 8af6cfb3f7
commit 0990f71d50
  1. 6
      build

@ -1,3 +1,7 @@
clear
premake5 gmake2
make
make
if [ "-exec" == "$1" ]; then
./bin/linux-x86_64-Debug/server/server
fi
Loading…
Cancel
Save