Skip to content

Commit 36f97c0

Browse files
committed
Add Makefile
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent c07ea76 commit 36f97c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.PHONY: build
2+
build:
3+
./pre.py
4+
mdbook build
5+
./post.py

0 commit comments

Comments
 (0)