From 356351516caa5e6935ce2561d2e4a990380c38b4 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Wed, 16 Apr 2025 10:53:04 +0800 Subject: [PATCH] fix: add build-ApiFunction target to Makefile --- cmd/legalgo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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