diff --git a/Makefile b/Makefile index 0186a94..71f8a1d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ build-x86_64: cross build --bin eleel --target x86_64-unknown-linux-gnu --profile release --locked -build-x86_64: - cross build --bin eleel --target x86_64-unknown-linux-gnu --profile release --locked +build-aarch64: + cross build --bin eleel --target aarch64-unknown-linux-gnu --profile release --locked + +.PHONY: build-x86_64 build-aarch64