diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-04-25 18:51:04 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-04-25 18:53:06 +0200 |
commit | d04e1b48bd934f8d9d91aab13e9e51393fd7b6ba (patch) | |
tree | 229455e87f9032d2caa2b631e632482c65b3f471 /Makefile | |
parent | e4be331008ca5e64ef2d42f51c5cf5799dd61abc (diff) |
Rename repl/replicator to teleporter.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |