Create Makefile target for formatting of code

This commit is contained in:
Christian Wolf 2024-03-06 18:47:53 +01:00
parent d1b7c604b5
commit 79925de8cd

View File

@ -3,3 +3,6 @@ all:
installer:
pynsist src/installer.cfg
@PHONY: black
black:
black src