test:
	./test1.sh
	./test2.sh

clean:
	rm -rf __pycache__
	rm -f files/*.rar.[pj]* *.pyc *.class *.diffs
	rm -f rarfile.py

