summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 15:43:06 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 15:43:06 -0600
commit12f0aca04bb613cae64d3c438042b85474abb411 (patch)
tree3335b64bf34ecd4742ed1de4db15052c7f4c473a /Makefile
parent18807e1a0a8e006b692a470a328f6fa55bf196e6 (diff)
fallback to env vars for config options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ff7174..d34d541 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
build:
go build
demo:
- . config/CONFIG && ./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key -notls
+ . config/CONFIG && ./vpnweb -notls
clean:
rm -f public/1/*
rm public/ca.crt