From: hgn Date: Thu, 4 Jan 2024 15:59:08 +0000 (+0000) Subject: build scipt X-Git-Url: https://skaterift.com/git/?a=commitdiff_plain;h=36916ea73339db011883386c14fb855e7b2e1605;p=fishladder.git build scipt --- diff --git a/.gitignore b/.gitignore index 0ef963d..9caf234 100755 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ build.linux/ build.win32/ bin/ +dist/ restricted/ .temp_textures/ diff --git a/build.c b/build.c index 89aeac9..de7e45b 100644 --- a/build.c +++ b/build.c @@ -37,7 +37,7 @@ void compile_game( int binaries, int content ){ vg_add_source( "marblecomp.c" ); vg_add_graphics(); vg_add_game_stuff(); - vg_compile( "marblecomp" ); + vg_compile( "fishladder" ); } if( content )