summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03dd7c3..64ba7d1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
+GOFLAGS?=
+
 aerc:
-	go build -o aerc
+	go build $(GOFLAGS) -o aerc
 
 %.1: doc/%.1.scd
 	scdoc < $< > $@