Use STACK_ARGUMENTS in make lint

This commit is contained in:
patrick brisbin 2018-07-28 15:05:43 -04:00
parent 262267dcba
commit 555b91f953

View File

@ -23,8 +23,8 @@ test:
.PHONY: lint .PHONY: lint
lint: lint:
stack exec hlint src test stack exec $(STACK_ARGUMENTS) hlint src test
stack exec weeder . stack exec $(STACK_ARGUMENTS) weeder .
.PHONY: clean .PHONY: clean
clean: clean: