Skip to content

Commit

Permalink
Misc: Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fromtheeast710 committed Aug 12, 2024
1 parent 6072e2f commit 715c2aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ e:
cargo expand --bin lstodo | bat -l rs

# build release binary
b:
bc:
cargo build --frozen --release --all-features

bn:
nix build |& nom

# remove the target dir
c:
cargo clean
Expand Down

0 comments on commit 715c2aa

Please sign in to comment.