]> git.phdru.name Git - m_librarian.git/commitdiff
Add flake8 and release targets
authorOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 22:02:20 +0000 (01:02 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 22:02:20 +0000 (01:02 +0300)
Makefile

index 6867d6446345947e6c4d5d82fb288560d418feb8..6ebbec528ae069411f8c7571046da606ab8b25fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,17 @@
 all:
        @echo "Nothing to be done for 'all'"
 
+.PHONY: release
+release: tests flake8 html distr
+
 .PHONY: distr
 distr:
        ./mk-distr
 
+.PHONY: flake8
+flake8:
+       flake8
+
 .PHONY: html
 html:
        $(MAKE) -C docs html