nicolabs.net/Makefile
2021-12-29 16:54:53 +01:00

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