Compare commits

..

No commits in common. "33a2a834abe6c56d1147db6b7c7d40a8a7479752" and "c9d3b583f4c763e741cc25ebb99249dc6a41dbef" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
GOBUILD ?= go build
pak: main.go
$(GOBUILD)
pak: pak.go
$(GOBUILD) pak.go
installbinonly: pak
install -Dm755 pak $(DESTDIR)/usr/bin/pak