nicolabs.net/Makefile
nicobo 2f8d6e5ceb ~ updated Makefile
~ updated Gems
2023-01-16 23:20:24 +01:00

19 lines
280 B
Makefile

all: setup update build
setup:
bundle install
update:
bundle update
serve: update
bundle exec jekyll serve --livereload -H '*' --drafts
build:
rm -rf assets/uml docs/assets/uml
bundle exec jekyll build
clean:
bundle exec jekyll clean
rm -rf assets/uml docs/assets/uml