all:
	buildproject.py

runtests:
	runtests.py

clean:
	cleanproject.py
