Update Makefile

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-13 22:50:26 +03:00 committed by GitHub
parent f07dbbe7f3
commit 482501eb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ all:
install: install:
mkdir -p $(DESTDIR)/usr/bin/ mkdir -p $(DESTDIR)/usr/bin/
go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman -buildvcs=false
chmod 755 $(DESTDIR)/usr/bin/pikman chmod 755 $(DESTDIR)/usr/bin/pikman