Add a top-level Makefile

This allows running make from the top-level, which might be useful.
This commit is contained in:
Richard Laager
2020-05-27 13:12:55 -05:00
parent 0051643be0
commit b2a7c102e4

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
help:
$(MAKE) -C docs help
%:
$(MAKE) -C docs $@