aboutsummaryrefslogtreecommitdiff
path: root/plugins/spunull
diff options
context:
space:
mode:
authornotaz2011-01-07 23:58:45 +0200
committernotaz2011-01-07 23:58:45 +0200
commitde38f20e0863e33a2a824380da5aa46b1dc39631 (patch)
tree95b9dd35b69e3bc21ce62d7f785304833f038424 /plugins/spunull
parent131f0d940d328ff884503b9979f9936a36c7f0b7 (diff)
downloadpcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.gz
pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.bz2
pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.zip
allow some build customization
also correct a statement in readme.
Diffstat (limited to 'plugins/spunull')
-rw-r--r--plugins/spunull/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/spunull/Makefile b/plugins/spunull/Makefile
index 7371522..f9b76ed 100644
--- a/plugins/spunull/Makefile
+++ b/plugins/spunull/Makefile
@@ -2,6 +2,8 @@ CC = $(CROSS_COMPILE)gcc
all: spunull.so
+-include Makefile.local
+
spunull.so: spunull.c
$(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^