diff --git a/Makefile b/Makefile index 0433e53..5ee020f 100644 --- a/Makefile +++ b/Makefile @@ -43,13 +43,16 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \ -fno-strict-aliasing -PROGRAMS = candump can-sniffer cansend canplayer cangen log2long log2asc asc2log +PROGRAMS = candump cansniffer cansend canplayer cangen log2long log2asc asc2log all: $(PROGRAMS) clean: rm -f $(PROGRAMS) *.o +install: + cp -f $(PROGRAMS) /usr/local/bin + distclean: rm -f $(PROGRAMS) *.o *~ diff --git a/can-sniffer.c b/cansniffer.c similarity index 100% rename from can-sniffer.c rename to cansniffer.c