Update Makefile

This commit is contained in:
ferrreo 2023-02-17 13:59:47 +00:00 committed by GitHub
parent 7fd8b1804e
commit 1dc9d2158f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
.DEFAULT_GOAL := build .DEFAULT_GOAL := build
build: build:
go build -o pikman go build -ldflags="-s -w" -o pikman
install: install:
install -m 644 pikman /usr/bin/ install -m 644 pikman /usr/bin/