Skip to content

Commit

Permalink
Add missing exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Feb 6, 2024
1 parent bb4c348 commit aa2ab4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ lint: hlint weeder

.PHONY: hlint
hlint:
$(STACK) --package hlint -- hlint .
$(STACK) exec --package hlint -- hlint .

.PHONY: weeder
weeder:
$(STACK) --package weeder -- weeder
$(STACK) exec --package weeder -- weeder

.PHONY: format
format:
Expand Down

0 comments on commit aa2ab4c

Please sign in to comment.