]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - utils/cegw/Makefile
ac24cbb080fd448a4b6578e87d5f5de36e1b525a
[can-eth-gw.git] / utils / cegw / Makefile
1 all:
2         gcc -Wall -ocegw -I../../kernel cegw.c
3 debug:
4         gcc -Wall -ggdb -D_DEBUG -ocegw -I../../kernel cegw.c
5