Browse Source

Minor changes to the files and removed a bit of debug.

pull/22/head
Gordon Henderson 11 years ago
parent
commit
f52dd8393c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      examples/Makefile

+ 5
- 0
examples/Makefile View File

@@ -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)


Loading…
Cancel
Save