aboutsummaryrefslogtreecommitdiff
path: root/plugins/apple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/apple/Makefile')
-rw-r--r--plugins/apple/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/apple/Makefile b/plugins/apple/Makefile
new file mode 100644
index 0000000..8e3ccca
--- /dev/null
+++ b/plugins/apple/Makefile
@@ -0,0 +1,2 @@
+apple.so: apple.c ../game/game.h
+ cc -g -shared -fpic -o apple.so apple.c