diff --git a/Makefile b/Makefile index 0a75f229..2f9b7043 100644 --- 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