all:
	for i in `ls -1 *.cf.sh`; do \
		sh udiff ./$$i; \
	done

clean:
	rm -f Sources.* PATCHES
	find -mindepth 1 -type d -exec rm -Rf \{\} \; 
