]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/monster/Makefile
Modularize rendering
[dungeon_game.git] / plugins / monster / Makefile
index 28edde84324dced0243eee2027258056898079d4..5cffca307d1ffd81507595bf80e687d8cce194ca 100644 (file)
@@ -1,4 +1,4 @@
-plugins/monster/monster.so: plugins/monster/monster.c plugins/game/game.h
+plugins/monster/monster.so: plugins/monster/monster.c plugins/game/game.h plugins/score/score.h
        cc -g -shared -fpic -o plugins/monster/monster.so plugins/monster/monster.c
 
 PLUGINS := ${PLUGINS} plugins/monster/monster.so