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
./vendor/premake5/premake5 ecc
./vendor/premake5/premake5 ninja
ninja $1

View File

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

View File

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