Skip to content

Commit fa4ac3a

Browse files
committed
rename justfile recipe
1 parent 11b0aa4 commit fa4ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cross:
1515
cd target/x86_64-pc-windows-gnu/release/
1616

1717
# Build program with all targets: debug, release (installed), and x86 Windows release
18-
build-all:
18+
all:
1919
cargo build --release &&\
2020
just install &&\
2121
just cross

0 commit comments

Comments
 (0)