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