STUFF=$(shell find etc usr \! -type d -a \! -type l -print) stamp: ${STUFF} tar cf - ${STUFF} usr/sbin/sendmail | ssh piano-alarm "cd / && tar xvpf -" touch $@ tidy: perltidy -b usr/bin/sensor.pl clean: rm -f usr/bin/sensor.pl.bak