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

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

build:
	stack build

install: build
	stack install
	$(sudo) install ~/.local/bin/$(binary) /usr/local/bin