summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-22 19:17:17 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-22 19:17:17 -0400
commitbb3d17615a9ccbd96dbecc0dad335a04d578ba0f (patch)
tree173f6dd8accb4eb5d5478ffe048d832ee0244441
parent3cc43025868fa5115fc9f296f590daa8621e1acf (diff)
downloadkeysafe-0.20161022.tar.gz
remove Setup build cruft0.20161022
-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