diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |