]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/fireball/Makefile
Modularize rendering
[dungeon_game.git] / plugins / fireball / Makefile
index bc0a2772e97a5f9188c655e7b7b940b4973ddf9f..a7fe4cd4874e5e3d282c3ae351899b9400816041 100644 (file)
@@ -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