Skip to content

Commit

Permalink
chore: fmt before build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpereira committed Aug 13, 2023
1 parent 60801c3 commit cfc751e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ export PATH:=$(PATH):$(HOME)/.cargo/bin

.phony: build

build:
build: format
cargo build

format:
cargo fmt

clean:
cargo clean

Expand Down

0 comments on commit cfc751e

Please sign in to comment.