summaryrefslogtreecommitdiffstats
path: root/prometheus/Makefile
blob: 4c6b24fce024532cb324375d4ab0adb1b8de1c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
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