diff --git a/Makefile b/Makefile
index 9541162f292473c311876621588365a835f8185e..42d4891c14d51862c1a3bf3095aa3b66d9248dc6 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