Selaa lähdekoodia

Add firt Makefile

JoostSijm 3 vuotta sitten
vanhempi
commit
7e4fdef8ac
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      Makefile

+ 6 - 0
Makefile

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