diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-10-14 16:16:34 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-10-14 16:16:34 +0200 |
commit | 672180b2ee3ed9b9ff984538a85e6eaf2e1c91bc (patch) | |
tree | 9dc40562890b7dff088afc46fb4e2af0ea3552d8 /Makefile | |
parent | e4ca910e7731e2a12815a4a8de2582157f519898 (diff) |
Move assets to assets.cpp.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ PP_CC := $(PP_BOLD)$(shell tput setf 6)CC$(PP_RESET) PP_LD := $(PP_BOLD)$(shell tput setf 2)LD$(PP_RESET) PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) -SRC := src/game.cpp \ +SRC := src/assets.cpp \ + src/game.cpp \ src/interface.cpp \ src/main.cpp \ src/procgen.cpp \ |