all:
	test.com
	make_gap_matrix.com
	make_bib.com
	make_seq.com
	curvature.com

clean:
	rm -f *.c *.o *.ext *.h *~ \
		ancestor \
		beautify \
		consensus \
		curvature \
		dot_matrix \
		extract_fields \
		fx \
		get_seq \
		interleave \
		invert \
		lines2string \
		log_like \
		make_bib \
		make_destbl \
		make_gap_matrix \
		make_records \
		make_seq \
		newton \
		plot_like \
		print_sequences \
		remove_gap_site \
		synonymous \
		test \
		test_tra.1.0

