From d2ebb70875abded89bcd300219a676a3e5c9d06e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 28 Jul 2018 15:05:43 -0400 Subject: [PATCH] Use STACK_ARGUMENTS in make lint --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef41c58..d2e08f6 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ test: .PHONY: lint lint: - stack exec hlint src test - stack exec weeder . + stack exec $(STACK_ARGUMENTS) hlint src test + stack exec $(STACK_ARGUMENTS) weeder . .PHONY: clean clean: