some build scipt cleanup

This commit is contained in:
Joseph Aquino 2025-08-02 03:25:47 -04:00
parent 6db62d4249
commit 2e3d0d6c38
3 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#! /bin/bash #! /bin/bash
./vendor/premake5/premake5 ecc
./vendor/premake5/premake5 ninja ./vendor/premake5/premake5 ninja
ninja $1 ninja $1

View File

@ -1,5 +1,4 @@
#! /bin/bash #! /bin/bash
./vendor/premake5/premake5 ecc
./vendor/premake5/premake5 gmake ./vendor/premake5/premake5 gmake
make Core Editor Game config=$1 make Core Editor Game config=$1

View File

@ -6,8 +6,8 @@ workspace "2d-platformer"
configurations configurations
{ {
"debug", "Debug",
"release" "Release"
} }
startproject "Game" startproject "Game"