all: plot.png

results.txt: script.py $(wildcard cds/*.fas)
	python $<

plot.png: plot.py results.txt
	python $<
