summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-12 14:25:10 -0400
committerAndrew Cady <d@jerkface.net>2020-10-12 14:25:10 -0400
commitb19d7bb1f5257cfd07c3389bc9b8bf728e00a9f5 (patch)
tree105f0fe60421b0e5700f6a901855ab2f9f8a6155 /Makefile
parent757e35df1bc571cbe414b62cce1d6d3b0eca93b5 (diff)
build shrunken .seed.btrfs images internally
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