Files
openzfs-docs/Makefile
Richard Laager b2a7c102e4 Add a top-level Makefile
This allows running make from the top-level, which might be useful.
2020-05-27 13:12:55 -05:00

6 lines
52 B
Makefile

help:
$(MAKE) -C docs help
%:
$(MAKE) -C docs $@