From a2791e3061011b9a2722f3526366f952a4f64b93 Mon Sep 17 00:00:00 2001 From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 23:23:02 +0000 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9541162..42d4891 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ 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 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 -- GitLab