aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 12:58:05 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 12:58:05 +0500
commit595a7c87e094da979d3166f2751c8fa87968dd5f (patch)
tree669d0746f3748b8ab7b1fb0eb4364a8538847ce4 /Makefile
parentadd Makefile with shortcuts (diff)
downloadwireguard-config-595a7c87e094da979d3166f2751c8fa87968dd5f.tar.gz
wireguard-config-595a7c87e094da979d3166f2751c8fa87968dd5f.zip
Makefile: add deps
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