From a6f3b5ba931a50d3c514313182ca5f9fef7d3e31 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 11 Oct 2005 13:11:02 +0200 Subject: [PATCH] [PATCH] Include tar ball in clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1