mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rustup target add $TARGET
|
|
cargo clean --target $TARGET --verbose
|