summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-01 13:56:14 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-01 13:56:14 +0200
commit2c8e84a3d2fe93f84d0ffca63967e81a03534c00 (patch)
tree508859df1523d85afc5bc618e8511306a3b4b821 /Makefile
parentbe628dc7f9c32ca84674c8717f07cc15a40f333c (diff)
Split units.cpp.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00c243d..8afd7d8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ SRC := src/game/assets.cpp \
src/game/interface.cpp \
src/game/text.cpp \
src/game/units.cpp \
+ src/game/unit_nest.cpp \
+ src/game/unit_soldier.cpp \
+ src/game/unit_spider.cpp \
src/game/worldgen.cpp \
src/audio.cpp \
src/main.cpp \