Browse Source

Add firt Makefile

JoostSijm 3 years ago
parent
commit
7e4fdef8ac
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Makefile

+ 6 - 0
Makefile

@@ -0,0 +1,6 @@
+.PHONY: FORCE format
+
+main: format
+
+format:
+	black --line-length 78 src