aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornotaz2011-01-05 00:00:08 +0200
committernotaz2011-01-05 00:43:27 +0200
commitee78346e30720ddb3f4c97b6598bdc6dc7257f98 (patch)
tree080f23f683ded9feaf5c6313dafac43bcff9da78 /plugins
parent83a79d01995051a2778784887d086689ff815667 (diff)
downloadpcsx_rearmed-ee78346e30720ddb3f4c97b6598bdc6dc7257f98.tar.gz
pcsx_rearmed-ee78346e30720ddb3f4c97b6598bdc6dc7257f98.tar.bz2
pcsx_rearmed-ee78346e30720ddb3f4c97b6598bdc6dc7257f98.zip
release r3
Diffstat (limited to 'plugins')
-rw-r--r--plugins/spunull/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile
new file mode 100644
index 0000000..7371522
--- /dev/null
+++ b/plugins/spunull/Makefile
@@ -0,0 +1,9 @@
+CC = $(CROSS_COMPILE)gcc
+
+all: spunull.so
+
+spunull.so: spunull.c
+ $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^
+
+clean:
+ $(RM) spunull.so