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

clean:
	(cd compatibility && $(MAKE) -f Makefile-custom clean)
	rm -f *.pyc

