summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2020-07-09 22:41:52 -0400
committerrsiddharth <rsd@gnu.org>2020-07-09 22:41:52 -0400
commita32c34dab635a74f3a7e2bcd138c12090f5942e9 (patch)
tree48ddae3688969408ede0e96764461894a60d0bef /Makefile
parent43472681058c163f31a027ebc19659675ae088ea (diff)
Format via black.
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