X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=6ebbec528ae069411f8c7571046da606ab8b25fb;hb=9bfc1e6584e68587051408d3994c68e111af2b76;hp=6867d6446345947e6c4d5d82fb288560d418feb8;hpb=85300d2a19c07d9b07e7b8f08807440014b641d4;p=m_librarian.git diff --git a/Makefile b/Makefile index 6867d64..6ebbec5 100644 --- 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