projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c8b60
)
Prompt to run tests or install after build.
author
Davin McCall
<davmac@davmac.org>
Thu, 2 May 2019 10:47:02 +0000
(20:47 +1000)
committer
Davin McCall
<davmac@davmac.org>
Thu, 2 May 2019 10:47:02 +0000
(20:47 +1000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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