mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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/
|