From 9a50c4381f43e86dfea458fcd2fa62faedff7155 Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Thu, 9 Mar 2023 22:53:42 +0300 Subject: [PATCH] fix makefile #3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09c7d4e..6ca444a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: true -+install: +install: mkdir -p $(DESTDIR)/usr/bin/ go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman chmod 755 $(DESTDIR)/usr/bin/pikman