diff --git a/create_projects.sh b/create_projects.sh index aeb44c4..1fd5a5c 100644 --- a/create_projects.sh +++ b/create_projects.sh @@ -1,5 +1,7 @@ +#!/bin/sh + echo creating projects... -./premake5 "gmake" +./premake5 "gmake2" echo finished.