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>2021-01-20 22:44:36 +0300
committerPatrick Pelissier <patrick.pelissier@gmail.com>2021-01-20 22:44:36 +0300
commit8d5962eefdc8ad4f08a11a8e1469c10ad066702f (patch)
tree1c40e314f1db9ac4a4174645702710e55f3e5307 /Makefile
parent8597b0b8c0b4a3b6b7d6cec90ef90be71abfb86b (diff)
Update target html & doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de2c0d2..11173e3 100644
--- a/Makefile
+++ b/Makefile
@@ -58,10 +58,11 @@ checkall:
cd tests && $(MAKE) checkall
cd example && $(MAKE) all
-html: doc
-doc: README.md doc/depend.png
+html: README.md
markdown < README.md > README.html
+doc: html doc/depend.png
+
clean:
cd tests && $(MAKE) clean
cd example && $(MAKE) clean