From 845d8e654e55464b22c4edd30256d093b27fbbb7 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 24 Aug 2020 08:56:31 -0400 Subject: [PATCH] Add setup.tools to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 \