summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cc1ca07..680414d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ PROVIDER_TEMPLATE=scripts/templates/provider.json.jinja
PROVIDER=deploy/public/provider.json
build:
- go build cmd/vpnweb/vpnweb.go
+ go build
demo-sip:
- . config/CONFIG && ./vpnweb -auth=sip
+ . config/CONFIG && ./vpnweb -auth=sip2
demo-anon:
. config/CONFIG && ./vpnweb -auth=anon
clean: