diff options
Diffstat (limited to 'plugins/monster/Makefile')
-rw-r--r-- | plugins/monster/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/monster/Makefile b/plugins/monster/Makefile index 1ba16c5..28edde8 100644 --- a/plugins/monster/Makefile +++ b/plugins/monster/Makefile @@ -1,2 +1,4 @@ -monster.so: monster.c ../game/game.h - cc -g -shared -fpic -o monster.so monster.c +plugins/monster/monster.so: plugins/monster/monster.c plugins/game/game.h + cc -g -shared -fpic -o plugins/monster/monster.so plugins/monster/monster.c + +PLUGINS := ${PLUGINS} plugins/monster/monster.so |