projects
/
fishladder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cde495
)
build scipt
author
hgn
<hgodden00@gmail.com>
Thu, 4 Jan 2024 15:59:08 +0000
(15:59 +0000)
committer
hgn
<hgodden00@gmail.com>
Thu, 4 Jan 2024 15:59:08 +0000
(15:59 +0000)
.gitignore
patch
|
blob
|
history
build.c
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 0ef963dff51d3a8439aa696f4af38efecc999a7b..9caf2349537b53a48c657c4c24fd8c73ddd87a7c 100755
(executable)
--- 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 89aeac9e8e56dd47c82ca3a29b6fab7e615e2694..de7e45b04787f409a9e1176cbe1326e00f28d9b6 100644
(file)
--- 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 )