projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19404f3
)
improved
author
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 24 Dec 2003 12:42:40 +0000
(12:42 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Wed, 24 Dec 2003 12:42:40 +0000
(12:42 +0000)
SVN-Revision: 35
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
36313dc
..
6c89f70
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-51,7
+51,7
@@
installdat = install -g $(USERNAME) -o $(USERNAME) -m 644
OBJECTS=obj/supertux.o obj/setup.o obj/intro.o obj/title.o obj/gameloop.o \
- obj/screen.o obj/sound.o obj/high_scores.o
+ obj/screen.o obj/sound.o obj/high_scores.o
obj/menu.o
# Make commands:
@@
-125,3
+125,6
@@
obj/high_scores.o: src/high_scores.c src/defines.h src/globals.h \
src/sound.h
$(CC) $(CFLAGS) src/high_scores.c -c -o obj/high_scores.o
+obj/menu.o: src/menu.c src/defines.h src/globals.h \
+ src/sound.h
+ $(CC) $(CFLAGS) src/menu.c -c -o obj/menu.o
\ No newline at end of file