diff options
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r-- | c++/examples/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 6e3c872..667dae9 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -522,7 +522,10 @@ uninstall-am: uninstall-info-am uninstall-local # exists. .PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \ build-tests check-clean check-install check-p check-s check-vfd \ - install-doc lib progs tests uninstall-doc _exec_check-s _test + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Some of the examples depend on files created by running other examples readdata.chkexe_: create.chkexe_ |