Merge pull request #178 from birkenfeld/dogfood_shebang

util: make dogfood executable and give it a shebang
This commit is contained in:
llogiq 2015-08-15 10:25:01 +02:00
commit 8b9d27a625
1 changed files with 1 additions and 0 deletions

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