From de38f20e0863e33a2a824380da5aa46b1dc39631 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 7 Jan 2011 23:58:45 +0200 Subject: allow some build customization also correct a statement in readme. --- plugins/spunull/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/spunull/Makefile') 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 $@ $^ -- cgit v1.2.3