]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/fireball/Makefile
Add loot boxes
[dungeon_game.git] / plugins / fireball / Makefile
index 117c092c248a46af33dcd084a52fb2b4dd5260f8..24b068ec8e732a163bb8329cbf7c677f6d1c3c9f 100644 (file)
@@ -1,4 +1,4 @@
-plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h plugins/movement/movement.h plugins/inventory/inventory.h
+plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h plugins/movement/movement.h plugins/inventory/inventory.h plugins/loot/loot.h
        cc -g -shared -fpic -o plugins/fireball/fireball.so plugins/fireball/fireball.c
 
 PLUGINS := ${PLUGINS} plugins/fireball/fireball.so