summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-06-17 21:18:19 -0400
committerrsiddharth <s@ricketyspace.net>2020-06-17 21:18:19 -0400
commit7da9ef9e229e2dd564df13cd2fdc7ef40d9ae61f (patch)
tree438dfd543410b492c97d5dffa6ddb81923cdb30c /Makefile
parent9eb4aa1223a36564f9129984671620fbe0072fb1 (diff)
Makefile: fmt: Add setup.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7c30e1..668d261 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
#
fmt:
- black acmens.py
+ black acmens.py setup.py
.PHONY: fmt
develop: