feat: add Makefile for building the legalgo application
This commit is contained in:
parent
b7e988cfff
commit
0bf6d57eb2
2
cmd/legalgo/Makefile
Normal file
2
cmd/legalgo/Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build:
|
||||||
|
GOOS=linux GOARCH=amd64 go build -o main main.go
|
||||||
Loading…
x
Reference in New Issue
Block a user