summaryrefslogtreecommitdiff
path: root/Makefile
blob: fd6aa0bc6adf959c7972fe530065ab32fae06a28 (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

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