add all targets to clean target

When issuing 'make clean' not all files generated by the individual
targets have been deleted since some files have been missing in the
definition of the 'make clean' target.

Signed-off-by: Andreas Philipp <philipp.andreas@gmail.com>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
This commit is contained in:
Andreas Philipp 2011-07-02 00:44:36 +02:00 committed by Chris Mason
parent 3c3a13bf3f
commit 3aa511e7ed
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ install-man:
cd man; make install
clean :
rm -f $(progs) cscope.out *.o .*.d btrfs-convert
rm -f $(progs) cscope.out *.o .*.d btrfs-convert btrfs-image btrfs-select-super \
btrfs-zero-log btrfstune dir-test ioctl-test quick-test version.h
cd man; make clean
install: $(progs) install-man