X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=cf1212608ac6c1b29a3cff552023be87391c32ef;hb=bd629247950923bbf189c76acff59671649dd5f2;hp=8cc3ca550d7cf84a52a40d9aa7b60e1f924abfea;hpb=708a55633712f9981231e80360ac5e3fe81b1d3b;p=super-star-trek.git diff --git a/Makefile b/Makefile index 8cc3ca5..cf12126 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,17 @@ # Makefile for the SST2K project -VERS=$(shell sed $(MANDIR)/sst.6.gz sst.6: doc/sst.xml @@ -29,19 +29,26 @@ super-star-trek-$(VERS).tar.gz: $(SOURCES) sst.6 dist: sst-$(VERS).tar.gz check: pylint - cd test; $(MAKE) --quiet + @cd test >/dev/null; $(MAKE) --quiet + +reflow: + @black sst pylint: - @pylint sst.py + @pylint --score=n sst clean: - rm -f sst.6 sst.html + rm -f sst.6 sst.html sst-doc.html rm -f *.6 MANIFEST index.html +NEWSVERSION=$(shell sed -n