Explorar o código

These should be cargo clean

It's better to use the interface rather than just nuke the target dir
Steve Klabnik %!s(int64=9) %!d(string=hai) anos
pai
achega
0b4ff2e959
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      frameworks/Rust/iron/setup.sh
  2. 1 1
      frameworks/Rust/nickel/setup.sh

+ 1 - 1
frameworks/Rust/iron/setup.sh

@@ -2,6 +2,6 @@
 
 fw_depends rust
 
-rm -rf target/
+cargo clean
 cargo build --release
 ./target/release/iron &

+ 1 - 1
frameworks/Rust/nickel/setup.sh

@@ -2,6 +2,6 @@
 
 fw_depends rust
 
-rm -rf target/
+cargo clean
 cargo build --release
 ./target/release/nickel &