Browse Source

add *.out to cleanup rule

SVN-Revision: 5150
Felix Fietkau 19 years ago
parent
commit
8ed541c192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/Makefile

+ 1 - 1
docs/Makefile

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