summaryrefslogtreecommitdiffstats
path: root/prometheus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus/Makefile')
-rw-r--r--prometheus/Makefile11
1 files changed, 11 insertions, 0 deletions
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