From: Jens Axboe Date: Tue, 11 Oct 2005 11:11:02 +0000 (+0200) Subject: [PATCH] Include tar ball in clean target X-Git-Tag: blktrace-0.99.1~153 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a6f3b5ba931a50d3c514313182ca5f9fef7d3e31;p=blktrace.git [PATCH] Include tar ball in clean target --- diff --git a/Makefile b/Makefile index 8f3473b..04352f6 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ rpm: dist rpmbuild -ta btrace-1.0.tar.bz2 clean: docsclean - -rm -f *.o $(PROGS) .depend + -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2 INSTALL = install prefix = /usr/local