]> git.phdru.name Git - m_librarian.git/commitdiff
Make distr 0.0.4
authorOleg Broytman <phd@phdru.name>
Tue, 10 May 2016 23:53:07 +0000 (02:53 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 10 May 2016 23:53:07 +0000 (02:53 +0300)
Makefile

index f6524101046caabb18450882d9cdb87a73d937c7..989c2a1af1e553307b1f9b4c1c0c946409dd4dc5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@
 all:
        @echo "Nothing to be done for 'all'"
 
+.PHONY: distr
+distr:
+       ./mk-distr
+
 .PHONY: html
 html:
        $(MAKE) -C docs html