aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0f1cef..68b1ee8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,14 @@ endef
.PHONY: all
all: serve
+.PHONY: ruby
+ruby:
+ command -v rbenv && rbenv install --skip-existing
+
+.PHONY: deps
+deps: ruby
+ bundle install
+
.PHONY: build
build:
bundle exec jekyll build --drafts