Skip to content

Commit ce5501d

Browse files
jd-apprenticeSergioRibera
authored andcommitted
chore: complete makefile (sorry juanperas)
1 parent 2e26259 commit ce5501d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
all: build lint fmt test run
2+
13
build:
24
cargo build
35

@@ -11,4 +13,7 @@ fmt-fix:
1113
cargo fmt
1214

1315
test:
14-
cargo test
16+
cargo test
17+
18+
run:
19+
cargo run

0 commit comments

Comments
 (0)