aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:39:35 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 20:39:35 +0500
commit804dbf3afc14d920d2f68852f95da004dd044eab (patch)
treeae95bf29010580e2b390b0e46bc57f3c8d34a8df /Makefile
parentMakefile: serve on all interfaces (diff)
downloadjekyll-theme-804dbf3afc14d920d2f68852f95da004dd044eab.tar.gz
jekyll-theme-804dbf3afc14d920d2f68852f95da004dd044eab.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 4621a55..124aede 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