diff --git a/java/Makefile b/java/Makefile index a89ebea3..59d82feb 100644 --- a/java/Makefile +++ b/java/Makefile @@ -11,7 +11,7 @@ help: .PHONY: clean clean: - $(MVN) clean || echo + $(MVN) clean || echo "Maven not installed" .PHONY: test test: ../LICENSE