remove ox-hugo-autoloads.el silently

Added the -f flag to silence rm when ox-hugo-autoloads.el does not
exist during clean.
master
TrevorWilsonSS 7 years ago committed by Kaushal Modi
parent 8472cf2d86
commit 849d64815c
  1. 2
      Makefile

@ -227,7 +227,7 @@ clean: ctemp
@rm -rf $(OX_HUGO_ELPA)
@rm -rf ./doc/public
@rm -rf /tmp/hugo/bin
@rm ox-hugo-autoloads.el
@rm -f ox-hugo-autoloads.el
# Set a make variable during rule execution
# https://stackoverflow.com/a/1909390/1219634

Loading…
Cancel
Save