X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=2f9b70439907d226500f52712022f9e56695d3c6;hb=e58ad5728ddc1be15c46cfcc79502985d0769b19;hp=3614cbed1ffa5ed41a946833a2e021023386d2d8;hpb=3a51fe4d85825f80ac9a8eda645991d19fe8e95e;p=oweals%2Fdinit.git diff --git a/Makefile b/Makefile index 3614cbe..2f9b704 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,19 @@ all: $(MAKE) -C src all + @echo "***" + @echo "*** Build complete; use \"make check\" to run tests or \"make install\" to install." + @echo "***" + +check: + $(MAKE) -C src check + +run-cppcheck: + $(MAKE) -C src run-cppcheck install: $(MAKE) -C src install + $(MAKE) -C doc/manpages install clean: $(MAKE) -C src clean