summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0f651d..5ffa84a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LFLAGS=$$(sdl2-config --libs)
findgame: main.o world.o random.o generator.o save.o
$(CC) -o $@ $^ $(LFLAGS)
-main.o: world.h random.h
+main.o: world.h random.h save.h
world.o: world.h random.h generator.h save.h
generator.o: world.h random.h
save.o: world.h die.h