release r3
[pcsx_rearmed.git] / plugins / spunull / Makefile
diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile
new file mode 100644 (file)
index 0000000..7371522
--- /dev/null
@@ -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