V3V2O6HQFBTYSP4WBOQOOUNYKZK6XVZAXB7IETL2CJZ2CMT66EQQC .PHONY: all static clean testall:cargo build --releasestatic:cargo build --release --target x86_64-unknown-linux-muslclean:cargo cleantest:cargo testdeps/ubuntu:sudo apt install musl-tools