STUFF=$(shell find usr home \! -type d -print) stamp: ${STUFF} tar cf - ${STUFF} | ssh prometheus "cd / && tar xvpf -" touch $@ tidy: perltidy -b ./home/httpd/html/weatherstation/updateweatherstation.pl clean: /bin/rm -f ./home/httpd/html/weatherstation/updateweatherstation.pl.bak