Add reflow production.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 7 Feb 2024 00:58:25 +0000 (19:58 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 7 Feb 2024 00:58:25 +0000 (19:58 -0500)
Makefile

index 8ffb21428984fa58447608cfc020d8f67f6398f2..5a436fed0be55a52ee6b26fec3503ace069042e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ dist: sst-$(VERS).tar.gz
 check: pylint
        @cd test >/dev/null; $(MAKE) --quiet
 
+reflow:
+       @black sst
+
 pylint:
        @pylint --score=n sst