From 7c6887eaaf812b63bab6c5e134f80a2ef36aeb31 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 12 Jan 2021 16:58:31 +0000 Subject: works --- prometheus/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 prometheus/Makefile (limited to 'prometheus/Makefile') diff --git a/prometheus/Makefile b/prometheus/Makefile new file mode 100644 index 0000000..4c6b24f --- /dev/null +++ b/prometheus/Makefile @@ -0,0 +1,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 -- cgit v1.2.3