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:
parent
9b19e3ad05
commit
80704f2422
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 New Issue
Block a user