Browse Source

Prompt to run tests or install after build.

Davin McCall 5 years ago
parent
commit
a829fc7ddf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
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