summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-21 16:45:40 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-21 16:45:40 +0200
commitf43f52903f29d010a72183de24ae8f56ab6702bb (patch)
tree3e4ef5c81644086891ad9fb78fce0cb7e5c1858e /Makefile
parentb84b39f099e8a1f66fb95d371b60b1546fb3142a (diff)
Add the scientist.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b86f8dc..9bc6ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ SRC := src/game/assets.cpp \
src/game/units.cpp \
src/game/unit_nest.cpp \
src/game/unit_repl.cpp \
+ src/game/unit_scientist.cpp \
src/game/unit_soldier.cpp \
src/game/unit_spider.cpp \
src/game/worldgen.cpp \