mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-21 00:32:01 +02:00
14 lines
160 B
Makefile
14 lines
160 B
Makefile
all: install
|
|
|
|
install:
|
|
bundle install
|
|
|
|
update:
|
|
bundle update
|
|
|
|
serve:
|
|
bundle exec jekyll serve --livereload -H '*' --drafts
|
|
|
|
build:
|
|
bundle exec jekyll build
|