all:
	cd src; make
clean:
	cd src; make $@
release:
	make clean
	rm -r src/RCS
	chmod -R u+w *
