Prompt to run tests or install after build.
[oweals/dinit.git] / Makefile
index 0a75f229f5754f4d6d4638cfe75e9c43554924cc..2f9b70439907d226500f52712022f9e56695d3c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@
 
 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