summaryrefslogtreecommitdiff
path: root/Makefile
blob: e2b7af19784624aa278ff752ebf9144a921e4ef3 (plain)
1
2
3
4
5
6
7
8
9
build:
	stack build

execs = kiki cokiki hosts
dests = $(addprefix ~/.local/bin/, $(execs))

install: build
	stack install
	sudo ln -sf $(dests) /usr/local/bin/