Add makefile.

This commit is contained in:
Rico Sta. Cruz 2014-06-07 22:34:10 +08:00
parent b65992b9d8
commit 4113ea1f57
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
jekyll build
watch:
jekyll serve &
git ls-files | entr make