add *.out to cleanup rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5150 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-10-16 02:38:44 +00:00
parent 3cfe09bc99
commit 15c7436af1
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: