From 76fa613b7eaf1c8626d2a51901c623af7bf1a665 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 21 Mar 2020 08:31:24 +1000 Subject: Add command-line option parsing support and custom config file location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3