summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-13 17:27:44 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-13 17:27:44 +0200
commita055c2aa0aba2a3b80a37c49f3f89cc64d86abd6 (patch)
tree57bbdd5c9045760d3a94f8ec3b28ccac10620b07 /Makefile
parente77c5b1e01eeb55625d8cf072bedd5a34658b865 (diff)
Half-assed rockets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09f4725..b86f8dc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ SRC := src/game/assets.cpp \
src/game/effects.cpp \
src/game/game.cpp \
src/game/interface.cpp \
+ src/game/rocket.cpp \
src/game/text.cpp \
src/game/units.cpp \
src/game/unit_nest.cpp \