summaryrefslogtreecommitdiff
path: root/Makefile
blob: b082c3d93c10c809b44e6136f203a26205e9f3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:
	stack build
	ln -sfT $$(stack path --local-install-root)/bin ./bin

install-stack:
	curl -sSL https://get.haskellstack.org/ | sh

.PHONY: all run install install-dev-tools

run: all
	./bin/countdown

install:
	stack install

install-dev-tools:
	stack install apply-refact hlint stylish-haskell hasktags hoogle