]> git.lizzy.rs Git - dungeon_game.git/blob - plugins/cherry/Makefile
Add loot boxes
[dungeon_game.git] / plugins / cherry / Makefile
1 plugins/cherry/cherry.so: plugins/cherry/cherry.c plugins/game/game.h plugins/score/score.h plugins/inventory/inventory.h plugins/loot/loot.h
2         cc -g -shared -fpic -o plugins/cherry/cherry.so plugins/cherry/cherry.c
3
4 PLUGINS := ${PLUGINS} plugins/cherry/cherry.so