From b8ab13ed79725cf20bef237aebe965fc9f55b858 Mon Sep 17 00:00:00 2001 From: JANUZI Rinor <rinor.januzi7@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 22:49:50 +0000 Subject: [PATCH] Replace Makefile --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0cca110..e35b77e 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,9 @@ 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 -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 +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 clean: /bin/rm *.o WorldOfIUT -- GitLab