all:
	@find . -name "*.java" | xargs javac -deprecation > /dev/null
.PHONY: all
