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