summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-25 18:51:04 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-25 18:53:06 +0200
commitd04e1b48bd934f8d9d91aab13e9e51393fd7b6ba (patch)
tree229455e87f9032d2caa2b631e632482c65b3f471 /Makefile
parente4be331008ca5e64ef2d42f51c5cf5799dd61abc (diff)
Rename repl/replicator to teleporter.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7eea551..00156a2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,10 +19,10 @@ SRC := src/game/assets.cpp \
src/game/units.cpp \
src/game/unit_builder.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/unit_teleporter.cpp \
src/game/worldgen.cpp \
src/audio.cpp \
src/main.cpp \