Merge pull request #178 from birkenfeld/dogfood_shebang
util: make dogfood executable and give it a shebang
This commit is contained in:
commit
8b9d27a625
1
util/dogfood.sh
Normal file → Executable file
1
util/dogfood.sh
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user