X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=6ebbec528ae069411f8c7571046da606ab8b25fb;hb=6dd5fc32d2fec60a1579cae61fd6b0cb2ff72033;hp=6867d6446345947e6c4d5d82fb288560d418feb8;hpb=9d452cf8fda3fe99b1d6a99fb9692c14e64bf443;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