feat: add Makefile for building the legalgo application

This commit is contained in:
Ardeman 2025-04-16 10:49:52 +08:00
parent b7e988cfff
commit 0bf6d57eb2

2
cmd/legalgo/Makefile Normal file
View File

@ -0,0 +1,2 @@
build:
GOOS=linux GOARCH=amd64 go build -o main main.go