# Just a clean-up makefile

all:

clean:
	rm -f *~ *.pyc \#*\#
	cp -f config.py.default config.py
