diff options
Diffstat (limited to 'plugins/fireball')
-rw-r--r-- | plugins/fireball/Makefile | 2 |
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 |