diff options
author | David Lamparter <equinox@diac24.net> | 2013-03-25 23:19:42 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2013-03-25 23:19:42 +0100 |
commit | a69a211a4a95e5c4ac0055a8f2de8ec1c56a7d1a (patch) | |
tree | 065022d9510317d5a4cfe8502e2bfaab47ff13ea /cethcan/Makefile | |
parent | 1b5e4f4ba195ad4ed02cfac6129c386c4aeaf7cd (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 f0d5d4b..633c2f6 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 +cethcan: main.o can.o ether.o light.o http.o gcc -g -o $@ `pkg-config --libs $(PKGS)` $^ clean: |