From 18807e1a0a8e006b692a470a328f6fa55bf196e6 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Jan 2020 14:32:10 -0600 Subject: refactor flag initialization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06ed11c..0ff7174 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: go build demo: - ./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key + . config/CONFIG && ./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key -notls clean: rm -f public/1/* rm public/ca.crt -- cgit v1.2.3