summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-12 22:22:14 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-12 22:22:14 +0100
commit2ea209cd523d9076a257ae9aacc3283930ee8f3b (patch)
treee25bcb0969ea91199c3de30aeb2ec1c1a9fb5399 /Makefile
parent18b29beb5fa9c5f4bffbd5b9df17643dd78f6ef2 (diff)
Separate units from game.cpp.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 802dc37..28b2a67 100644
--- a/Makefile
+++ b/Makefile
@@ -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/units.cpp \
src/game/worldgen.cpp \
src/main.cpp \
src/path_finder.cpp \