Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <patrick.pelissier@gmail.com>2019-11-26 00:50:50 +0300
committerPatrick Pelissier <patrick.pelissier@gmail.com>2019-11-26 00:50:50 +0300
commit750e5e6d95cbd6cd493c13261d6a4bc4bb630b95 (patch)
treea61ef9fb46165dacb1cb29d2923d001e02e4c41a /Makefile
parentcb564128e6008e43ae3e4834dcb91082a344d833 (diff)
Add target checkall at root Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32fb4b2..4237106 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,10 @@ check:
cd tests && $(MAKE) check
cd example && $(MAKE) all
+checkall:
+ cd tests && $(MAKE) checkall
+ cd example && $(MAKE) all
+
html: doc
doc: README.md doc/depend.png
markdown < README.md > README.html