]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - user/Makefile
e1a42603efd21ea61058a4a56f6bd041b1210f56
[can-eth-gw.git] / user / Makefile
1 PROGRAM=canethgw
2
3 all:
4         gcc -Wall -o${PROGRAM} -I../utils/common/include/ canethgw.c ../utils/common/cegwerr.c ../utils/common/readif.c
5