aboutsummaryrefslogtreecommitdiff
path: root/plugins/fireball
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-06-10 21:28:01 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-06-10 21:28:01 +0200
commit76d78db55969fa0a3ca92376e5cc9d0b266b4d1e (patch)
tree631273574db6582b3839158308a7f696ee3b7e46 /plugins/fireball
parent149848dbfa136f828b09253f402de59c00a5a1cf (diff)
downloaddungeon_game-76d78db55969fa0a3ca92376e5cc9d0b266b4d1e.tar.xz
Modularize rendering
Diffstat (limited to 'plugins/fireball')
-rw-r--r--plugins/fireball/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fireball/Makefile b/plugins/fireball/Makefile
index bc0a277..a7fe4cd 100644
--- a/plugins/fireball/Makefile
+++ b/plugins/fireball/Makefile
@@ -1,4 +1,4 @@
-plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h
+plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h plugins/movement/movement.h
cc -g -shared -fpic -o plugins/fireball/fireball.so plugins/fireball/fireball.c
PLUGINS := ${PLUGINS} plugins/fireball/fireball.so