# -*- makefile -*-
all:
	echo "NOP"

clean:
	rm -f *.pyc

