summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-09-07 11:27:19 -0700
committerMike Crute <mike@crute.us>2023-09-07 11:27:46 -0700
commitcc8afd651957d7409868fc1d7bde599af188d8cd (patch)
tree9a249d85cb8a3bca38d7818cd911e2f6a9ad500d
parente65a19a20f75e3d5a391c420e477ef38543b330f (diff)
downloadwebsocket_proxy-cc8afd651957d7409868fc1d7bde599af188d8cd.tar.bz2
websocket_proxy-cc8afd651957d7409868fc1d7bde599af188d8cd.tar.xz
websocket_proxy-cc8afd651957d7409868fc1d7bde599af188d8cd.zip
Cleanup Makefile
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1dbc00..e656f64 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,6 @@ run-web: clean-server $(SERVER_BINARY)
71 test -n "$(VAULT_ROLE_ID)" # Caller must export VAULT_ROLE_ID 71 test -n "$(VAULT_ROLE_ID)" # Caller must export VAULT_ROLE_ID
72 test -n "$(VAULT_SECRET_ID)" # Caller must also export VAULT_SECRET_ID 72 test -n "$(VAULT_SECRET_ID)" # Caller must also export VAULT_SECRET_ID
73 VAULT_ADDR="https://vault.sea4.crute.me:8200" \ 73 VAULT_ADDR="https://vault.sea4.crute.me:8200" \
74 VAULT_SKIP_VERIFY=true \
75 ./$(SERVER_BINARY) --debug \ 74 ./$(SERVER_BINARY) --debug \
76 --hostname=dev.ssh-proxy.crute.me \ 75 --hostname=dev.ssh-proxy.crute.me \
77 web 76 web