Skip to content

Commit

Permalink
add cargo alias (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac authored Nov 15, 2024
1 parent d65e353 commit d1ea1b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[alias]
lint = "clippy -- -D warnings"
r = "run"
rr = "run --release"
b = "build"
br = "build --release"

0 comments on commit d1ea1b5

Please sign in to comment.