Skip to content

Commit d141c3c

Browse files
committed
makefile bla
1 parent 3d4c0cf commit d141c3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
serve:
2-
python -m http.server
1+
all: build update-book serve
32

43
build:
54
./generate-html.py
65

6+
serve:
7+
python -m http.server
8+
79
watch-build:
810
ls **/*.md **/*.html *.py | entr ./generate-html.py
911

0 commit comments

Comments
 (0)