Skip to content

Commit

Permalink
help text if clean fails
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 10, 2024
1 parent 21f6c29 commit 6a13648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:

.PHONY: clean
clean:
$(MVN) clean || echo
$(MVN) clean || echo "Maven not installed"

.PHONY: test
test: ../LICENSE
Expand Down

0 comments on commit 6a13648

Please sign in to comment.