FILES=$(wildcard README Makefile *.tar.gz *.diff.gz)

all: checksums

checksums: $(FILES)
	-md5sum $(FILES) > $@
