]> rtime.felk.cvut.cz Git - can-eth-gw.git/blobdiff - user/Makefile
Copy IPv6 support to submodules + fixes + small enhancements
[can-eth-gw.git] / user / Makefile
index aea5dbc6f9f7227e49e3daa899806ff3a12caf80..e1a42603efd21ea61058a4a56f6bd041b1210f56 100644 (file)
@@ -1,4 +1,5 @@
 PROGRAM=canethgw
 
 all:
-       gcc -Wall -o ${PROGRAM} canethgw.c
+       gcc -Wall -o${PROGRAM} -I../utils/common/include/ canethgw.c ../utils/common/cegwerr.c ../utils/common/readif.c
+