summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7dfb87..58def76 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ keysafe:
clean:
if [ "$(BUILDER)" != ./Setup ] && [ "$(BUILDER)" != cabal ]; then $(BUILDER) clean; fi
- rm -rf keysafe dist .stack-work Setup
+ rm -rf keysafe dist .stack-work Setup Setup.hi Setup.o
install: install-files
useradd --system keysafe