util: make dogfood executable and give it a shebang
This commit is contained in:
parent
b1920cb21c
commit
c64e373c9e
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue