]> rtime.felk.cvut.cz Git - can-eth-gw.git/blobdiff - utils/cegw/Makefile
cegw cleanup and refactor, new test t7
[can-eth-gw.git] / utils / cegw / Makefile
index b6001c99449c8251fc90f22b27d5b8a42ee67997..ac24cbb080fd448a4b6578e87d5f5de36e1b525a 100644 (file)
@@ -1,3 +1,5 @@
 all:
-       gcc -Wall -ggdb -ocegw -I../../kernel cegw.c -lnetlink
+       gcc -Wall -ocegw -I../../kernel cegw.c
+debug:
+       gcc -Wall -ggdb -D_DEBUG -ocegw -I../../kernel cegw.c