From d2db4818b1417953234f61976db38fcb125a9bc8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 10 Sep 2019 17:25:53 -0700 Subject: [PATCH] ;make Clean: update [ci skip] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fadfe0f43..3303400aa 100644 --- a/Makefile +++ b/Makefile @@ -1024,8 +1024,8 @@ cleanghco: \ clean: cleanghco \ $(call def-help,clean, default cleanup (ghc build leftovers) ) -Clean: stackclean cabalclean cleanghc cleantags clean-manpages \ - $(call def-help,Clean, thorough cleanup (stack/cabal/ghc builds and tags) ) +Clean: stackclean cleanghco cleantags \ + $(call def-help,Clean, thorough cleanup (stack/ghc leftovers/tags) ) # reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1))) $(firstword $(1)),$(1))