X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=147e1f38bd0962a510c34c1b06e16742550382f0;hb=2a1e7baaa229ba188baa2cf8b35cc6ec1485f35b;hp=41a3beacfa8a5921a543418d1c4a2d3ff29d3d22;hpb=b10de966829aea9fc9f8aa04522725d8434e2d36;p=super-star-trek.git diff --git a/Makefile b/Makefile index 41a3bea..147e1f3 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,13 @@ 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 *.6 MANIFEST index.html SHIPPER.* release: sst-$(VERS).tar.gz sst.html - shipper -u -m -t; make clean + shipper -u -t; make clean + cd www; upload