all :
	${JAVA_HOME}/bin/javac -deprecation \
 -sourcepath ../.. \
 -d ../../../classes \
 Tutorial.java
