mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-24 00:53:37 +00:00
6 lines
59 B
Text
6 lines
59 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
cargo check --target=$TARGET
|