Update Makefile

This commit is contained in:
Amith Koujalgi 2025-09-17 11:14:01 +05:30
parent ac92766c6c
commit da21bdcf85

View File

@ -6,6 +6,14 @@ dev:
pre-commit autoupdate
pre-commit install --install-hooks
#pre-commit run --all-files
format:
mvn spotless:apply
check:
mvn spotless:check
build:
mvn -B clean install -Dgpg.skip=true