.PHONY: all
all:
	echo "Nothing to make, just run configure, which creates the scripts you need"

.PHONY: clean
clean:
	rm -f *~ config.* logcheck system.tcl filter mkdirhier bytecompile
