Use STACK_ARGUMENTS in make lint

This commit is contained in:
patrick brisbin 2018-07-28 15:05:43 -04:00
parent 54251fb5f6
commit d2ebb70875
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425

View File

@ -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: