Add GOFLAGS variable to Makefile
This commit is contained in:
parent
9b19e3ad05
commit
80704f2422
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
|||
GOFLAGS?=
|
||||
|
||||
aerc:
|
||||
go build -o aerc
|
||||
go build $(GOFLAGS) -o aerc
|
||||
|
||||
%.1: doc/%.1.scd
|
||||
scdoc < $< > $@
|
||||
|
|
Loading…
Reference in a new issue