Add serve target

This commit is contained in:
Takumi Sueda
2021-03-13 22:49:58 +09:00
parent 872f163c4a
commit a96119a94f

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
.PHONY:
serve:
bundle exec jekyll serve