summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d309837..da28d31 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@ PREFIX?=
# Can be stack or cabal
BUILDER?=stack
-build: keysafe
+build:
+ rm -f keysafe
+ $(MAKE) keysafe
keysafe:
$(BUILDER) build
@@ -32,5 +34,3 @@ install-files: keysafe
install -m 0644 keysafe.desktop $(PREFIX)/usr/share/applications/keysafe.desktop
install -d $(PREFIX)/etc/xdg/autostart/
install -m 0644 keysafe.autostart $(PREFIX)/etc/xdg/autostart/keysafe.desktop
-
-.PHONY: keysafe