We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707d5c0 commit 291c0ffCopy full SHA for 291c0ff
Makefile
@@ -1,2 +1,7 @@
1
-build:
2
- cd docs && make html
+.PHONY: build
+build: html
3
+
4
+# this pattern rule lets you run "make build" (or any other target
5
+# in docs/Makefile) in this directory as though you were in docs/
6
+%:
7
+ cd docs && make $@
0 commit comments