V3V2O6HQFBTYSP4WBOQOOUNYKZK6XVZAXB7IETL2CJZ2CMT66EQQC
.PHONY: all static clean test
all:
cargo build --release
static:
cargo build --release --target x86_64-unknown-linux-musl
clean:
cargo clean
test:
cargo test
deps/ubuntu:
sudo apt install musl-tools