1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 08:32:12 +01:00

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