From 95a78808cd38f8857708c4f48c95ad4a7a738b0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Wed, 24 Dec 2003 12:42:40 +0000 Subject: [PATCH] improved SVN-Revision: 35 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.11.0