summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
diff options
context:
space:
mode:
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