summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2021-01-24 10:12:38 +0000
committerfishsoupisgood <github@madingley.org>2021-01-24 10:12:38 +0000
commit25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2 (patch)
treed7292ae8122c45672d9e7080d246cb8b8563602a /piano-alarm/mt300-v2/Makefile
parent77f347fb4e37666e2d687cee99dfa4cb4e441b8a (diff)
downloadheating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.tar.gz
heating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.tar.bz2
heating-25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2.zip
add piano alarm
Diffstat (limited to 'piano-alarm/mt300-v2/Makefile')
-rw-r--r--piano-alarm/mt300-v2/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/piano-alarm/mt300-v2/Makefile b/piano-alarm/mt300-v2/Makefile
new file mode 100644
index 0000000..c86bede
--- /dev/null
+++ b/piano-alarm/mt300-v2/Makefile
@@ -0,0 +1,11 @@
+STUFF=$(shell find etc usr \! -type d -print)
+
+stamp: ${STUFF}
+ tar cf - ${STUFF} | ssh boiler-monster "cd / && tar xvpf -"
+ touch $@
+
+tidy:
+ perltidy -b usr/bin/sensor.pl
+
+clean:
+ rm -f usr/bin/sensor.pl.bak