diff options
author | Joris | 2020-01-20 23:37:55 +0100 |
---|---|---|
committer | Joris | 2020-01-20 23:37:55 +0100 |
commit | 94862317a4810e1058a1d98a5f620a44fe17ebfa (patch) | |
tree | 36f1479738ce904a15068096a82816bf69c7de35 /Makefile | |
parent | d80802ac6c0d671840b58fbf93a22d7323a8f355 (diff) |
Add missing clean website during makefile clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |