.PHONY: clean run

run:
	bash -e ./sample-helical.sh ../../b

clean:
	rm -f dynphm *.if *.pj *.png
