Build static binaries for release.

This commit is contained in:
Tom Alexander
2023-04-19 00:42:08 -04:00
parent 4a21205956
commit 6cb536169d

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: