diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-12 15:40:59 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-12 15:40:59 -0500 |
| commit | 818732592abbf3b2a2c8e3d66cdd056a104bade1 (patch) | |
| tree | 7d3b677cc234292b9e68a7c121dcdcaed992a8c1 /Makefile | |
| parent | ab32d51871248e0fbf6758a425eda2256712d519 (diff) | |
include save.h in main.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
