diff --git a/cmd/legalgo/Makefile b/cmd/legalgo/Makefile index 50a48e7..a392a0e 100644 --- a/cmd/legalgo/Makefile +++ b/cmd/legalgo/Makefile @@ -1,2 +1,4 @@ build: - GOOS=linux GOARCH=amd64 go build -o main main.go \ No newline at end of file + GOOS=linux GOARCH=amd64 go build -o main main.go + +build-ApiFunction: build \ No newline at end of file