From 55c5c63c1b8307ce5cc242cf03fd6fee7163d6b7 Mon Sep 17 00:00:00 2001 From: volpol Date: Thu, 23 Aug 2018 19:14:24 +0200 Subject: [PATCH] Commit often...kind of backfired --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $^ -- 2.30.2