Makefile: Remove *everything* on 'make veryclean'.
This commit is contained in:
parent
3e8bd8aa15
commit
5af0de23cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue