From bd158819d3c0f8142dd15f3e5e1ed1418b42d0d9 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 29 Nov 2017 10:25:52 +0100 Subject: [PATCH] Add 'make dev EXTRA_RUN_OPTS' flag make dev EXTRA_RUN_OPTS="--db-conn=root@/db?parseTime=true --db-driver=mysql" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c72030b..df95084 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ _docker_install: .PHONY: dev dev: -go get github.com/githubnemo/CompileDaemon - CompileDaemon -exclude-dir=.git -exclude=".#*" -color=true -command="./sshportal --debug --bind-address=:$(PORT) --aes-key=$(AES_KEY)" . + CompileDaemon -exclude-dir=.git -exclude=".#*" -color=true -command="./sshportal --debug --bind-address=:$(PORT) --aes-key=$(AES_KEY) $(EXTRA_RUN_OPTS)" . .PHONY: test test: