diff --git a/Makefile b/Makefile index 73adf6f..9c7c45a 100644 --- a/Makefile +++ b/Makefile @@ -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 \