From a6cc6331923430ea08711bcdfd5684394fab1a6b Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 25 Jan 2018 07:31:13 -0500 Subject: build: add a "help" make target for the top level Makefile Signed-off-by: Paul Moore --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 815446b..2642ce2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,5 +70,17 @@ coverity-tarball: coverity-build ls -l libseccomp-coverity_$$rev.tar.gz endif +help: + @echo "libseccomp build system" + @echo " make targets:" + @echo " (none): build the library" + @echo " clean: remove all build artifacts" + @echo " check: run the automated regression tests" + @echo " check-build: build the library and all tests" + @echo " check-syntax: verify the code style" + @echo " distcheck: verify the build for distribution" + @echo " dist-gzip: build a release tarball" + @echo " coverity-tarball: build a tarball for use with Coverity (opt)" + clean-local: ${RM} -rf cov-int libseccomp-coverity_*.tar.gz -- cgit v1.2.1