diff options
author | David Lamparter <equinox@diac24.net> | 2013-03-25 23:01:50 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-03-25 23:01:50 +0100 |
commit | 1b5e4f4ba195ad4ed02cfac6129c386c4aeaf7cd (patch) | |
tree | 585729717365831250afc150b95f51809d1330f5 /cethcan/Makefile | |
parent | 2de09bbd1dc380734946b2389f1177f48ae0b4e5 (diff) |
cethcan: more code
Diffstat (limited to 'cethcan/Makefile')
-rw-r--r-- | cethcan/Makefile | 2 |
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: |