From 84b7b0f9f8a137ac1ecd5364125708e574c68dad Mon Sep 17 00:00:00 2001 From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 23:07:32 +0000 Subject: [PATCH] Update Makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e35b77e..9541162 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,8 @@ exits.o: exits.h cmd.o: cmd.h game.h exits.h mobile.h location.h mobile.o: mobile.h exits.h location.o: location.h exits.h -stack.o: stack.h exit.h -game.o: game.h location.h mobile.h exits.h stack.h -WorldOfIUT.o: cmd.h exits.h mobile.h game.h location.h stack.h -WorldOfIUT: WorldOfIUT.o cmd.o mobile.o location.o game.o exits.o stack.o +game.o: game.h location.h mobile.h exits.h +WorldOfIUT.o: cmd.h exits.h mobile.h game.h location.h +WorldOfIUT: WorldOfIUT.o cmd.o mobile.o location.o game.o exits.o clean: /bin/rm *.o WorldOfIUT -- GitLab