Add reflow production.
[super-star-trek.git] / Makefile
index c6d84b92ec096f173b9af1942f6323006d8957b6..5a436fed0be55a52ee6b26fec3503ace069042e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,10 @@ 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 --score=n sst