[PATCH] Include tar ball in clean target
authorJens Axboe <axboe@suse.de>
Tue, 11 Oct 2005 11:11:02 +0000 (13:11 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 11 Oct 2005 11:11:02 +0000 (13:11 +0200)
Makefile

index 8f3473b1084e5acecda143970e9a08d1b417d768..04352f65e3c02c1255c98b9499b9e173060f9af3 100644 (file)
--- 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