diff options
author | David Lamparter <equinox@diac24.net> | 2013-06-01 00:00:46 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-06-01 00:00:46 +0200 |
commit | cd4484ab068678edfa9335a1c6d7c91b93793970 (patch) | |
tree | 0eb05ebd8752216c704280ed6e97b7c6e68c0f01 /cethcan/Makefile | |
parent | d18e85802a7878450d84bb9190cce0e368c55515 (diff) |
socketcan v0
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 ca4a433..a61d256 100644 --- a/cethcan/Makefile +++ b/cethcan/Makefile @@ -3,7 +3,7 @@ love: cethcan PKGS="libevent jansson" -cethcan: main.o can.o ether.o light.o http.o +cethcan: main.o can.o ether.o light.o http.o socketcan.o gcc -g -o $@ `pkg-config --libs $(PKGS)` -lcrypto $^ clean: |