3 lines
68 B
Makefile
3 lines
68 B
Makefile
|
|
build:
|
||
|
|
CGO_ENABLED=0 GOOS=linux go build -o bin/statuscafe main.go
|