diff --git a/Makefile b/Makefile index 9c371dc..faa966f 100644 --- a/Makefile +++ b/Makefile @@ -58,4 +58,8 @@ webconsole: .PHONY: format format: - haxelib run formatter -s src \ No newline at end of file + haxelib run formatter -s src + +.PHONY: format-deps +format-deps: + haxelib install formatter \ No newline at end of file