diff options
Diffstat (limited to 'plugins/fireball/Makefile')
-rw-r--r-- | plugins/fireball/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/fireball/Makefile b/plugins/fireball/Makefile new file mode 100644 index 0000000..bc0a277 --- /dev/null +++ b/plugins/fireball/Makefile @@ -0,0 +1,4 @@ +plugins/fireball/fireball.so: plugins/fireball/fireball.c plugins/game/game.h + cc -g -shared -fpic -o plugins/fireball/fireball.so plugins/fireball/fireball.c + +PLUGINS := ${PLUGINS} plugins/fireball/fireball.so |