all: true +install: mkdir -p $(DESTDIR)/usr/bin/ go build -ldflags="-s -w" -o $(DESTDIR)/usr/bin/pikman chmod 755 $(DESTDIR)/usr/bin/pikman