Skip to content

Commit

Permalink
Prompt to run tests or install after build.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed May 2, 2019
1 parent 19c8b60 commit a829fc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a829fc7

Please sign in to comment.