4 lines
78 B
Makefile
4 lines
78 B
Makefile
BINARY_NAME=pikman
|
|
build:
|
|
GOARCH=amd64 GOOS=linux go build -o ${BINARY_NAME}
|