X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=Makefile;h=f04a38d780438af1fc30e9b5aea847a5005f9c68;hp=6743a04f9eafde72d4454e0c2ec776cb6527ce2f;hb=da0054a5cf0ec403e1a3e309a03a3af0c7756ae2;hpb=003619aae302a4e14d77aea7afa1456f0a837406 diff --git a/Makefile b/Makefile index 6743a04..f04a38d 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,12 @@ sst-$(VERS).tar.gz: $(SOURCES) sst.6 dist: sst-$(VERS).tar.gz +pychecker: + @-pychecker --quiet --only --limit 50 sst.py + clean: rm -f sst.6 sst.html - rm -f *.1 MANIFEST index.html SHIPPER.* + rm -f *.6 MANIFEST index.html SHIPPER.* release: sst-$(VERS).tar.gz sst.html shipper -u -m -t; make clean