Makefile: Remove *everything* on 'make veryclean'.

This commit is contained in:
John MacFarlane 2013-08-15 12:20:57 -07:00
parent 3e8bd8aa15
commit 5af0de23cc

View file

@ -37,7 +37,7 @@ clean:
cabal-dev clean
veryclean: clean
cabal-dev clean && rm -rf pandoc-types citeproc-hs
rm -rf pandoc-types citeproc-hs dist cabal-dev
pandoc-types:
git clone https://github.com/jgm/pandoc-types && \