From 9f55dc919cabc9d82782b29006a0bf431c941873 Mon Sep 17 00:00:00 2001 From: Damien Date: Thu, 28 Sep 2017 08:20:54 +1100 Subject: [PATCH] Added 'lib' target for Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2341cf9..ac68064 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ mandir = $(prefix)/man all: $(ALL) +lib: $(LIB) + pigpio.o: pigpio.c pigpio.h command.h custom.cext $(CC) $(CFLAGS) -fpic -c -o pigpio.o pigpio.c