summaryrefslogtreecommitdiffstats
path: root/heating-cgi/Makefile
blob: 3154015c1c4c57ca71801c576dede89dba970184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
foo: other.stamp prometheus.stamp

SRC=heating.cgi boiler_rx run_boiler_rx


other.stamp:  ${SRC}
	#scp heating.cgi other:/export/home/httpd/heating/cgi-bin/index.cgi
	scp boiler_rx run_boiler_rx other:/usr/local/sbin/
	touch $@

prometheus.stamp: ${SRC}
	scp heating.cgi prometheus:/home/httpd/html/heating.cgi  
	scp boiler_rx run_boiler_rx dhoma:/usr/local/sbin/
	touch $@

clean:
	/bin/rm -f *.bak

tidy:
	perltidy -b heating.cgi boiler_rx