]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/loot/Makefile
Add loot boxes
[dungeon_game.git] / plugins / loot / Makefile
diff --git a/plugins/loot/Makefile b/plugins/loot/Makefile
new file mode 100644 (file)
index 0000000..bd65c69
--- /dev/null
@@ -0,0 +1,4 @@
+plugins/loot/loot.so: plugins/loot/loot.c plugins/loot/loot.h plugins/game/game.h plugins/inventory/inventory.h
+       cc -g -shared -fpic -o plugins/loot/loot.so plugins/loot/loot.c
+
+PLUGINS := ${PLUGINS} plugins/loot/loot.so