Skip to content

Commit 6f82bdc

Browse files
authored
chore(make): refactor Makefile (#487)
1 parent 45076d6 commit 6f82bdc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Makefile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
export
2-
RUST_BACKTRACE=full
3-
4-
.PHONY: run
5-
run:
6-
@cargo run
7-
8-
# https://example.com
91
.PHONY: ci
102
ci: # Checks same as CI
113
@make test-ci; \
124
make check; \
135
make fmt-check; \
146
make spell-check
157

8+
.PHONY: run
9+
run:
10+
@cargo run
11+
1612
.PHONY: tools
1713
tools: tool-test tool-bump-version tool-spell-check
1814

0 commit comments

Comments
 (0)