[update] Makefile, mkdir -p

main
Shinyzenith 2 years ago
parent f919ff91f3
commit ee458412b5
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -51,7 +51,7 @@ clean:
@cargo clean @cargo clean
setup: setup:
@mkdir bin @mkdir -p ./bin
@rustup install stable @rustup install stable
@rustup default stable @rustup default stable
@rustup target add x86_64-unknown-linux-musl @rustup target add x86_64-unknown-linux-musl

Loading…
Cancel
Save