# # md5.scr Makefile, requires GNU Make # # Simply run 'gmake' or 'make'. Unless there are changes within the collec- # tion of tarballs, Makefile detects the "idle" situation and skips the run. # If there *are* changes, we execute md5.scr # all: descript.ion.old descript.ion %.ion: $(shell find . -name '*.tardist') perl md5.scr %.old: -mv -f $* $@ .PHONY clean: rm -f *.ion *.old