summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c00f48..b7c30e1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@
# Copyright © 2020 rsiddharth <s@ricketyspace.net>
#
+fmt:
+ black acmens.py
+.PHONY: fmt
+
develop:
@python3 setup.py develop
.PHONY: develop