diff --git a/Makefile b/Makefile index d2ea967..724f9cd 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build: .PHONY: release release: -> cargo build --release +> cargo build --release --target x86_64-unknown-linux-musl .PHONY: clean clean: