pikman/Makefile
2023-01-18 21:05:21 +00:00

4 lines
78 B
Makefile

BINARY_NAME=pikman
build:
GOARCH=amd64 GOOS=linux go build -o ${BINARY_NAME}