make clean: also remove the build/ directory

This commit is contained in:
Joanna Rutkowska 2012-11-27 15:09:30 +01:00
parent d75d0e53d0
commit 788d86a88c

View File

@ -117,6 +117,7 @@ clean-repos:
@(cd yum && ./clean_repos.sh)
clean:
sudo rm -fr build/*
rm -fr rpm/SOURCES/*.bz2
rm -fr rpm/noarch/*.rpm
rm -fr rpm/x86_64/*.rpm