aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:37:34 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:37:34 +0500
commit21e340053a463245e221e171a5b5a65673d4a2d2 (patch)
tree54772a087f75f05d00b157e469808c9bcdcb7bcb /Makefile
parentMakefile: serve on all interfaces (diff)
downloadwireguard-config-21e340053a463245e221e171a5b5a65673d4a2d2.tar.gz
wireguard-config-21e340053a463245e221e171a5b5a65673d4a2d2.zip
Makefile: fix accidental failures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86d00ef..45b1d3e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ all: serve
.PHONY: ruby
ruby:
- command -v rbenv && rbenv install --skip-existing
+ if command -v rbenv &> /dev/null; then rbenv install --skip-existing; fi
.PHONY: deps
deps: ruby