default:
	mkdir rl
	cp *.py rl
	cp -r layouts rl
	cp -r test_cases rl
	cp VERSION rl
	zip -r .website-zip/rl.zip rl
	rm -r rl
