added formatter install in makefile

This commit is contained in:
Niklas Kapelle 2024-03-12 21:44:51 +01:00
parent fe85c33d64
commit 72654b1036
Signed by: niklas
GPG Key ID: 4EB651B36D841D16

View File

@ -59,3 +59,7 @@ webconsole:
.PHONY: format .PHONY: format
format: format:
haxelib run formatter -s src haxelib run formatter -s src
.PHONY: format-deps
format-deps:
haxelib install formatter