diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-02 20:33:57 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-02 20:38:55 -0500 |
commit | d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da (patch) | |
tree | 937e65da4c63ee221c9115306fc63e57661508a9 /runtime | |
parent | 3607e0b8ff772683668127b92a841a57f8412ebc (diff) | |
download | rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.gz rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.bz2 rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.zip |
build: Make clean targets more thorough
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 3d10d0ea98..dabbcd08d9 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -36,5 +36,5 @@ tags.ref tags.html: tags $(AWK) -f maketags.awk tags >tags.html clean: - -rm -f *.html tags.ref $(HTMLS) errors.log + -rm -f *.html tags.ref $(HTMLS) errors.log tags |