Skip to content

Commit

Permalink
chore: update make lint to use lake (#791)
Browse files Browse the repository at this point in the history
* chore: update make lint to use lake

* Update GNUmakefile

Co-authored-by: Mac Malone <tydeu@hatpress.net>

---------

Co-authored-by: Mac Malone <tydeu@hatpress.net>
  • Loading branch information
kim-em and tydeu authored May 13, 2024
1 parent cac5bff commit dd6e639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ test: $(TESTS)
%.run: build
lake env lean $(@:.run=.lean)

lint: build
./.lake/build/bin/runLinter
lint:
lake exe runLinter

0 comments on commit dd6e639

Please sign in to comment.