all:
	buildproject.py

runtests:
	@echo "No tests implemented"

clean:
	cleanproject.py
