From 2e3d0d6c386d5c82487c4d6811b8a7b4bc1ea1a2 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Sat, 2 Aug 2025 03:25:47 -0400 Subject: [PATCH] some build scipt cleanup --- build-ninja.sh | 1 - build.sh | 1 - premake5.lua | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) 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"