summaryrefslogtreecommitdiffstats
path: root/piano-alarm/mt300-v2/Makefile
blob: c86beded222aef63d7cd37c5eff13d54cf0a8c7e (plain)
1
2
3
4
5
6
7
8
9
10
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