summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
blob: 625ed08ceef3cc190c661636703fc5c38c9b21b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
STUFF=$(shell find etc usr \! -type d -a \! -type l -print)

stamp:  ${STUFF}
	tar cf - ${STUFF} usr/sbin/sendmail | ssh piano-alarm "cd / && tar xvpf -"
	touch $@

tidy:
	perltidy -b usr/bin/sensor.pl

clean:
	rm -f usr/bin/sensor.pl.bak