
all:
	ssh phk "mkdir -p www/CncPcb && chmod 644 www/CncPcb/* || true"
	cd ${.CURDIR} && scp cal*.tcl cal*.scr *.html testpcb.ngc /usr/include/sys/queue.h phk:www/CncPcb
	( cd ${HOME}/Sw/Plt2g && scp plt2g.[ch] emit_gcode.c Makefile phk:www/CncPcb)

pics:
	scp -r *.jpg *.png phk:www/CncPcb
