summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-27 21:44:13 -0400
committerAndrew Cady <d@jerkface.net>2020-05-27 22:48:46 -0400
commit1fc23d6d26a25557b5c5ef1a204ef573421f2706 (patch)
treef574f887f81d71bfc9a84431407c8a49f4b43a8e /Makefile
parent2863440620ea6399ff0293d509d9f38f4eabff1c (diff)
add missing dependency "selfstrep" (from sami.git)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1baa086..fd6aa0b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@ sudo := $(shell [ "$(id -u)" = 0 ] || echo sudo)
5build: 5build:
6 stack build 6 stack build
7 7
8executables = ~/.local/bin/$(binary) ./selfstrap
9
8install: build 10install: build
9 stack install 11 stack install
10 $(sudo) install ~/.local/bin/$(binary) /usr/local/bin 12 $(sudo) install $(executables) /usr/local/bin