diff --git a/Makefile b/Makefile index 619b0fc..263aa7a 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,11 @@ release-%: -vv --no-dev-version --exclude-unchanged \ $* +static: static-x86_64 + +static-%: + cross build --target $*-unknown-linux-musl --features vendored-openssl + ########################################################################### # OK, rather than doing it myself (per