Use gmake2

This commit is contained in:
Emily Hudson 2020-06-29 16:31:16 +01:00
parent 385d9add79
commit ac534deefe

View File

@ -1,5 +1,7 @@
#!/bin/sh
echo creating projects...
./premake5 "gmake"
./premake5 "gmake2"
echo finished.