From 78cb388e2c37d97aced09331757f890823fc84ef Mon Sep 17 00:00:00 2001 From: ferrreo Date: Wed, 18 Jan 2023 21:29:18 +0000 Subject: [PATCH] Update makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7a5e4e5..181467e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ -BINARY_NAME=pikman +.DEFAULT_GOAL := build build: - GOARCH=amd64 GOOS=linux go build -o ${BINARY_NAME} + GOARCH=amd64 GOOS=linux go build -o pikman +install: + install -m 644 pikman /usr/bin/