aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b97ab1a5e..b8548a648 100644
--- a/Makefile
+++ b/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 && \