diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 8ee4680798..543dbebad3 100644 --- a/docs/Makefile +++ b/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: |