This commit is contained in:
Wolfgang Hottgenroth
2019-11-05 14:36:38 +01:00
parent e21e114313
commit 61b1498d7b
5 changed files with 31 additions and 8 deletions

View File

@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall
LDFLAGS=-lwiringPi -lcurl -lconfig
counter: counter.o LS7366R.o influx.o ringbuffer.o led.o
counter: counter.o LS7366R.o influx.o ringbuffer.o led.o logging.o
$(CC) -o $@ $(LDFLAGS) $^
.c.o: