From 30426b2647bc2206be548ea466ab853c9e33be6d Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Thu, 8 Feb 2007 13:18:07 +0000 Subject: [PATCH] Renamed can-sniffer to cansniffer. --- Makefile | 5 ++++- can-sniffer.c => cansniffer.c | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename can-sniffer.c => cansniffer.c (100%) 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 -- 2.7.4