Skip to content

Commit

Permalink
fix makefile "header"
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Aug 4, 2024
1 parent 8026946 commit 3fa2b55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY: all fmt-check fmt clippy test
DEFAULT: check
.PHONY: all fmt fmt-check clippy test

default: all
all: fmt-check clippy test

fmt-check:
cargo fmt --all -- --check
Expand Down

0 comments on commit 3fa2b55

Please sign in to comment.