X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=6ebbec528ae069411f8c7571046da606ab8b25fb;hb=d9a85ec552d93e4a009f729d09f4452e6b34dac5;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