Add setup.tools to Makefile

This commit is contained in:
patrick brisbin 2020-08-24 08:56:31 -04:00
parent b95eddf84c
commit 845d8e654e

View File

@ -8,6 +8,10 @@ setup:
setup.lint:
stack install --copy-compiler-tool hlint weeder
.PHONY: setup.tools
setup.tools:
stack install --copy-compiler-tool brittany stylish-haskell fast-tags
.PHONY: dependencies
dependencies:
stack build \