Add GOFLAGS variable to Makefile

This commit is contained in:
Drew DeVault 2019-05-22 12:23:24 -04:00
parent 9b19e3ad05
commit 80704f2422
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
GOFLAGS?=
aerc:
go build -o aerc
go build $(GOFLAGS) -o aerc
%.1: doc/%.1.scd
scdoc < $< > $@