mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
rm -rf target/ build_system/target download/ build/ dist/
|