We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23f5a commit 32bec84Copy full SHA for 32bec84
justfile
@@ -21,3 +21,7 @@ build:
21
cargo build --bin tk
22
cp target/debug/tk ~/bin
23
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