diff --git a/Makefile b/Makefile index 7cecc83..82fc2b3 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ all: installer: pynsist src/installer.cfg +@PHONY: black +black: + black src