Build static binaries for release.

This commit is contained in:
Tom Alexander 2023-04-19 00:42:08 -04:00
parent 4a21205956
commit 6cb536169d
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -16,7 +16,7 @@ build:
.PHONY: release
release:
> cargo build --release
> cargo build --release --target x86_64-unknown-linux-musl
.PHONY: clean
clean: