Skip to content

Commit

Permalink
add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
the-shank committed Nov 28, 2023
1 parent d27b8f6 commit 723b7bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default:
just --list

build:
cargo build --release

builddev:
cargo build

install:
cargo install --path .

0 comments on commit 723b7bd

Please sign in to comment.