Add makefile

This commit is contained in:
ferrreo 2023-01-18 21:05:21 +00:00
parent bb345ba8a2
commit 42c3a4e326

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
BINARY_NAME=pikman
build:
GOARCH=amd64 GOOS=linux go build -o ${BINARY_NAME}