aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index daa0ec1..6e56aad 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ stop:
@tmux kill-session -t personalPage
clean:
+ @cabal new-exec personalPage clean > /dev/null 2>&1 || true
@cabal new-clean
build: