summaryrefslogtreecommitdiff
path: root/Makefile
blob: b1466731d89df69b1238795edec55cfe2ca3cc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
binary = fsmgr

sudo := $(shell [ "$(id -u)" = 0 ] || echo sudo)

build:
	stack build

executables = ~/.local/bin/$(binary) ./selfstrap ./btrfs-shrink

install: build
	stack install
	$(sudo) install $(executables) /usr/local/bin