Allow for using gccgo in makefile using GOBUILD env variable

This commit is contained in:
Elara 2020-06-15 16:37:28 -07:00
parent 9a311a233a
commit 0529a722ab
1 changed files with 3 additions and 1 deletions

View File

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