projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa4cca
)
Added 'lib' target for Makefile
author
Damien
<ddaly@isi.nc>
Wed, 27 Sep 2017 21:20:54 +0000
(08:20 +1100)
committer
Damien
<ddaly@isi.nc>
Wed, 27 Sep 2017 21:20:54 +0000
(08:20 +1100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2341cf963e61e9358621507f7718c681ff6101cb..ac68064645a57680f612592ba16128a222ff16d0 100644
(file)
--- 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