chiark
/
gitweb
/
~ianmdlvl
/
wiringPi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e16e15
)
Minor changes to the files and removed a bit of debug.
author
Gordon Henderson
<projects@drogon.net>
Sun, 28 Jul 2013 10:05:28 +0000
(11:05 +0100)
committer
Gordon Henderson
<projects@drogon.net>
Sun, 28 Jul 2013 10:05:28 +0000
(11:05 +0100)
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index 8848b33449d7db1056e190cbf49406e9e27b06c8..571e3419ff42a70163035b20aac4d48c99f81509 100644
(file)
--- a/
examples/Makefile
+++ b/
examples/Makefile
@@
-36,6
+36,7
@@
LDLIBS = -lwiringPi -lwiringPiDev -lpthread -lm
###############################################################################
SRC = blink.c blink8.c blink12.c \
+ blink12drcs.c \
pwm.c \
speed.c wfi.c isr.c isr-osc.c \
lcd.c lcd-adafruit.c clock.c \
@@
-63,6
+64,10
@@
blink8: blink8.o
@echo [link]
@$(CC) -o $@ blink8.o $(LDFLAGS) $(LDLIBS)
+blink12drcs: blink12drcs.o
+ @echo [link]
+ @$(CC) -o $@ blink12drcs.o $(LDFLAGS) $(LDLIBS)
+
blink12: blink12.o
@echo [link]
@$(CC) -o $@ blink12.o $(LDFLAGS) $(LDLIBS)