# -*- makefile -*-
all:
	@echo "Nothing to do."

clean:
	-rm -f *.pyc */*.pyc
