aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-29 09:40:57 -0700
committerJohn MacFarlane <[email protected]>2022-09-29 09:40:57 -0700
commit45820e79f496ba593b25d83963cdd94a9fb03cf7 (patch)
tree7cc49aeafc17bf70b8d374af6ceb52b0b7157353 /Makefile
parent1393037f4eb04ebad849d79b53a8b3e354aa0bdb (diff)
Makefile: remove 'stack clean' from clean target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9afa934bd..3ae96c9a3 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,6 @@ update-website: ## update website and upload
clean: ## clean up
cabal clean
- stack clean
.PHONY: clean
.PHONY: .FORCE