summaryrefslogtreecommitdiff
path: root/cethcan/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2013-03-25 22:08:41 +0100
committerDavid Lamparter <equinox@diac24.net>2013-03-25 22:08:41 +0100
commitf5c47e42e40e980c51fa561ca8bb0beb421ae0c0 (patch)
tree92d5e10abd37aa81796774cb5689bd3953e0146c /cethcan/Makefile
parenta7e337c459b2b7284757127b64235579b061561c (diff)
cethcan: more code
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 33b2069..a81124c 100644
--- a/cethcan/Makefile
+++ b/cethcan/Makefile
@@ -3,7 +3,7 @@ love: cethcan
PKGS="libevent jansson"
-cethcan: main.o can.o
+cethcan: main.o can.o ether.o
gcc -g -o $@ `pkg-config --libs $(PKGS)` $^
clean: