summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1ebeb152dab8fa3cfe77ce67e28fedcd88d43545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
binary = fsmgr
executables = ~/.local/bin/$(binary) ./selfstrap ./btrfs-shrink

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

.PHONY: build install
build:
	stack build

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