From a829fc7ddfa4725a6af5d5809249db554a0875a4 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 2 May 2019 20:47:02 +1000 Subject: [PATCH] Prompt to run tests or install after build. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0a75f22..2f9b704 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 -- 2.25.1