mermaid/docs/Makefile

15 lines
180 B
Makefile
Raw Normal View History

2020-08-20 22:55:17 +08:00
default:
@bundle install
update:
@bundle update
clean:
@bundle exec jekyll clean
server: clean
@bundle exec jekyll server
build: clean
@bundle exec jekyll build --profile