all: jquery-1.11.3.js
	coffee -o js -c ../../lib
	coffee -o js -c *.coffee

jquery-1.11.3.js:
	wget https://code.jquery.com/jquery-1.11.3.js
