Add setup.tools to Makefile

This commit is contained in:
patrick brisbin 2020-08-24 08:56:31 -04:00
parent 102805f895
commit 02c7a97711
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB

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 \