diff --git a/build-ninja.sh b/build-ninja.sh index c963c86..c4a2877 100755 --- a/build-ninja.sh +++ b/build-ninja.sh @@ -1,5 +1,4 @@ #! /bin/bash -./vendor/premake5/premake5 ecc ./vendor/premake5/premake5 ninja ninja $1 diff --git a/build.sh b/build.sh index a406abb..5c50e4a 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,4 @@ #! /bin/bash -./vendor/premake5/premake5 ecc ./vendor/premake5/premake5 gmake make Core Editor Game config=$1 diff --git a/premake5.lua b/premake5.lua index 8efce2f..1c8f0bd 100644 --- a/premake5.lua +++ b/premake5.lua @@ -6,8 +6,8 @@ workspace "2d-platformer" configurations { - "debug", - "release" + "Debug", + "Release" } startproject "Game"