We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Makefile
1 parent c07ea76 commit 36f97c0Copy full SHA for 36f97c0
Makefile
@@ -0,0 +1,5 @@
1
+.PHONY: build
2
+build:
3
+ ./pre.py
4
+ mdbook build
5
+ ./post.py
0 commit comments