# # md5.scr Makefile, requires GNU Make # # Simply run 'gmake' or 'make'. Unless there are changes within the collec- # tion of tarballs found in subdirectories, Makefile detects the "idle" # situation and skips the run. If there *are* changes, executes 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