diff --git a/Makefile b/Makefile index e5a7107..8feb204 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ all: mrvaagent +mala: + GOOS=linux GOARCH=arm64 go build + mrvaagent: - # GOOS=linux GOARCH=arm64 go build go build clean: