# Makefile for tools

RM=rm -f

all:

clean:
	-$(RM) *.pyc *.pyo
