diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) SRC := src/game/assets.cpp \ src/game/game.cpp \ src/game/interface.cpp \ + src/game/worldgen.cpp \ src/main.cpp \ src/path_finder.cpp \ src/procgen.cpp \ |