# Really just defer to ant

compile:
	cd ../../../../.. ; ant compile

build:
	cd ../../../../.. ; ant build

fullTest:
	cd ../../../../.. ; ant fullTest
	
quickTest:
	cd ../../../../.. ; ant quickTest
