latest:
	th2_latest=$$(ls th2-1.*.zip | tail -n1); \
	ln -vfs $$th2_latest th2-latest.zip

th2-1.x.zip:
	~/miniconda2/bin/zip $@ \
		README.txt \
		th2_input.inx \
		th2_input.py \
		th2_output.inx \
		th2_output.py \
		th2_template.svg \
		th2ex.py \
		th2setline.inx \
		th2setpoint.inx \
		th2setprops.inx \
		th2setprops.py \
		xvi_input.inx \
		xvi_input.py
