From: Tobias Gläßer Date: Wed, 24 Dec 2003 12:42:40 +0000 (+0000) Subject: improved X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=95a78808cd38f8857708c4f48c95ad4a7a738b0c;p=supertux.git improved SVN-Revision: 35 --- diff --git a/Makefile b/Makefile index 36313dc83..6c89f7034 100644 --- 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