chiark / gitweb /
Minor changes to the files and removed a bit of debug.
authorGordon Henderson <projects@drogon.net>
Sun, 28 Jul 2013 10:05:28 +0000 (11:05 +0100)
committerGordon Henderson <projects@drogon.net>
Sun, 28 Jul 2013 10:05:28 +0000 (11:05 +0100)
examples/Makefile

index 8848b33449d7db1056e190cbf49406e9e27b06c8..571e3419ff42a70163035b20aac4d48c99f81509 100644 (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)