Skip to content

Commit 32bec84

Browse files
committed
build: add release
1 parent 0f23f5a commit 32bec84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ build:
2121
cargo build --bin tk
2222
cp target/debug/tk ~/bin
2323
cp target/debug/sq ~/bin
24+
25+
release:
26+
cargo build --release --bin tk
27+
cp target/release/tk ~/.cargo/bin/tk

0 commit comments

Comments
 (0)