Prompt to run tests or install after build.
authorDavin McCall <davmac@davmac.org>
Thu, 2 May 2019 10:47:02 +0000 (20:47 +1000)
committerDavin McCall <davmac@davmac.org>
Thu, 2 May 2019 10:47:02 +0000 (20:47 +1000)
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