From ee78346e30720ddb3f4c97b6598bdc6dc7257f98 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 5 Jan 2011 00:00:08 +0200 Subject: release r3 --- plugins/spunull/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/spunull/Makefile (limited to 'plugins') 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 -- cgit v1.2.3