aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:35:01 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:35:01 +0500
commitd4dbc8b09776cefed1b528108b90f0b17362b932 (patch)
tree45ec5ae07cfa3e0dbfcdba7fa5dc105db43140f4 /Makefile
parentMakefile: serve on all interfaces (diff)
downloadblog-d4dbc8b09776cefed1b528108b90f0b17362b932.tar.gz
blog-d4dbc8b09776cefed1b528108b90f0b17362b932.zip
Makefile: fix accidental failures
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fd9bf0..0426d41 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