summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd6aa0b..b146673 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ sudo := $(shell [ "$(id -u)" = 0 ] || echo sudo)
5build: 5build:
6 stack build 6 stack build
7 7
8executables = ~/.local/bin/$(binary) ./selfstrap 8executables = ~/.local/bin/$(binary) ./selfstrap ./btrfs-shrink
9 9
10install: build 10install: build
11 stack install 11 stack install