all:
	J2SE14=$(J2SE14) JSR14DISTR=$(JSR14DISTR) sh ../scripts/javac -source 1.5 Test.java
	sh ../scripts/java Test

clean:
	rm *.class
