From 25fbb8a03c72f473a2d7f6cfb5961a1c43b1a6a2 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sun, 24 Jan 2021 10:12:38 +0000 Subject: add piano alarm --- piano-alarm/mt300-v2/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 piano-alarm/mt300-v2/Makefile (limited to 'piano-alarm/mt300-v2/Makefile') 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 -- cgit v1.2.3