ollama4j/Makefile
Amith Koujalgi dae99e839d clean up
2023-12-20 01:04:58 +05:30

8 lines
105 B
Makefile

build:
mvn -B clean install
ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests