From: volpol Date: Thu, 23 Aug 2018 17:14:24 +0000 (+0200) Subject: Commit often...kind of backfired X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=55c5c63c1b8307ce5cc242cf03fd6fee7163d6b7;p=bbd.git Commit often...kind of backfired --- diff --git a/Makefile b/Makefile index 9793b02..1d3fb46 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,5 @@ all: bbd clean: rm -f *.o bbd -bbd: hx711.o c_gpio.o pump.o net.o main.o mgmt.o +bbd: hx711.o c_gpio.o pump.o net.o main.o mgmt.o led.o $(CC) $(LDFLAGS) -o $@ -pthread $^