diff --git a/web/documentserver-example/ruby/Makefile b/web/documentserver-example/ruby/Makefile new file mode 100644 index 00000000..b53a6297 --- /dev/null +++ b/web/documentserver-example/ruby/Makefile @@ -0,0 +1,7 @@ +.DEFAULT_GOAL := help + +.PHONY: help +help: # Show help message for each of the Makefile recipes. + @grep -E "^[a-z]+: #" $(MAKEFILE_LIST) | \ + sort | \ + awk 'BEGIN {FS = ": # "}; {printf "%s: %s\n", $$1, $$2}'