all: dist install
dist:
	ant dist
clean:
	ant clean
install:
	mv ../../dist/wms-turbo-challenge2.jar ~/.josm/plugins/
