mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
4 lines
61 B
Makefile
4 lines
61 B
Makefile
.PHONY: serve
|
|
serve:
|
|
bundle exec jekyll serve --incremental
|