X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=ec918a87f76b823421ad74519a22a15888adce0a;hb=7ec8811ea1e63e85f95a766095cb2479a52dc756;hp=6867d6446345947e6c4d5d82fb288560d418feb8;hpb=85300d2a19c07d9b07e7b8f08807440014b641d4;p=m_librarian.git diff --git a/Makefile b/Makefile index 6867d64..ec918a8 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,20 @@ all: @echo "Nothing to be done for 'all'" +.PHONY: release +release: tests flake8 docs distr + .PHONY: distr distr: ./mk-distr +.PHONY: flake8 +flake8: + flake8 + +.PHONY: docs +docs: html + .PHONY: html html: $(MAKE) -C docs html