summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 14:32:10 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 14:32:10 -0600
commit18807e1a0a8e006b692a470a328f6fa55bf196e6 (patch)
tree758f4737813c30b8cec7a797ca2b333068619557 /Makefile
parent4015be99fe478285944ea81d01f37d2f75b04158 (diff)
refactor flag initialization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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