]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - utils/cegw/Makefile
Compile cegw against the header from the full linux tree
[can-eth-gw.git] / utils / cegw / Makefile
1 all:
2         gcc -Wall -ocegw -I../../linux/include/uapi/linux/can cegw.c
3 debug:
4         gcc -Wall -ggdb -D_DEBUG -ocegw -I../../linux/include/uapi/linux/can cegw.c