summaryrefslogtreecommitdiff
path: root/cethcan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cethcan/Makefile')
-rw-r--r--cethcan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cethcan/Makefile b/cethcan/Makefile
index a81124c..f0d5d4b 100644
--- a/cethcan/Makefile
+++ b/cethcan/Makefile
@@ -3,7 +3,7 @@ love: cethcan
PKGS="libevent jansson"
-cethcan: main.o can.o ether.o
+cethcan: main.o can.o ether.o light.o
gcc -g -o $@ `pkg-config --libs $(PKGS)` $^
clean: