Update Makefile

This commit is contained in:
Amith Koujalgi 2025-09-17 11:17:02 +05:30
parent da21bdcf85
commit cae8b6e1e4

View File

@ -8,10 +8,10 @@ dev:
#pre-commit run --all-files
format:
apply-formatting:
mvn spotless:apply
check:
check-formatting:
mvn spotless:check
build: