summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:31:24 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-21 08:31:24 +1000
commit76fa613b7eaf1c8626d2a51901c623af7bf1a665 (patch)
tree4fc9dde70e7b451521eb0e9ece5cd4eedde4b922 /Makefile
parentd7a1eab5beba4241dab4402c5cd268432d7b46cd (diff)
Add command-line option parsing support and custom config file location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d44d84..458e8e2 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ COMMIT=$(shell git rev-parse --short HEAD)
all: dev
dev: build
- @./tube
+ @./tube -v
build: clean
@go build \