util: make dogfood executable and give it a shebang

This commit is contained in:
Georg Brandl 2015-08-15 09:58:26 +02:00
parent b1920cb21c
commit c64e373c9e

1
util/dogfood.sh Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/bin/sh
rm -rf target*/*so
cargo build --lib && cp -R target target_recur && cargo rustc -- -Zextra-plugins=clippy -Ltarget_recur/debug -Dclippy || exit 1
rm -rf target_recur