add *.out to cleanup rule

SVN-Revision: 5150
This commit is contained in:
Felix Fietkau 2006-10-16 02:38:44 +00:00
parent 83583eb147
commit 8ed541c192
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ clean: cleanup
rm -f openwrt.pdf
cleanup: FORCE
rm -f *.log *.aux *.toc
rm -f *.log *.aux *.toc *.out
FORCE: