summary refs log tree commit diff
diff options
context:
space:
mode:
authorTed Unangst <tedu@tedunangst.com>2019-01-16 06:49:47 -0500
committerTed Unangst <tedu@tedunangst.com>2019-01-16 06:49:47 -0500
commit2d4c33c54847aa735e2f48ba7ef6360ef1f5c286 (patch)
treec9fb638f5dadb9a51de9b0ffde0aae1374a36414
parentb6857365a6b5491968e15187659b20fbda789572 (diff)
always name output miniwebproxy v0.9.3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9c819f..05f62be 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 all: miniwebproxy
 
 miniwebproxy: *.go
-	go build
+	go build -o $@
 
 clean:
 	rm -f miniwebproxy