mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-19 16:11:06 +00:00
5 lines
59 B
Bash
Executable file
5 lines
59 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -xe
|
|
|
|
cargo build --target=$TARGET
|