aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37d1311..88972b6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,9 @@ OBJS += frontend/linux/fbdev.o
$(TARGET): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map
+spunull.so: plugins/spunull/spunull.c
+ $(CC) $(CFLAGS) -shared -fPIC -o $@ $^
+
clean:
$(RM) $(TARGET) $(OBJS)