Files
legalgo-BE-go/cmd/legalgo/Makefile
T

4 lines
82 B
Makefile

build:
GOOS=linux GOARCH=amd64 go build -o main main.go
build-ApiFunction: build