Skip to content

Commit 89a0ee5

Browse files
committed
makefile
1 parent c99755b commit 89a0ee5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
serve:
2+
python -m http.server --directory=_site 8888
3+
4+
build:
5+
./generate-html
6+
7+
watch-build:
8+
ls **/*.md **/*.html *.py | entr ./generate-html.py

0 commit comments

Comments
 (0)