Skip to content

Commit b2a7c10

Browse files
committed
Add a top-level Makefile
This allows running make from the top-level, which might be useful.
1 parent 0051643 commit b2a7c10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
help:
2+
$(MAKE) -C docs help
3+
4+
%:
5+
$(MAKE) -C docs $@

0 commit comments

Comments
 (0)