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