summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c43c4ac..fbb645a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,10 @@ test:
.PHONY: test
+fmt:
+ black --include 'lps_gen.py|setup.py|tests/*.py|lpschedule_generator/*.py' .
+.PHONY: fmt
+
build-dist:
@python setup.py sdist bdist_wheel