.PHONY: default clean

default:
	@echo "'make clean' cleans up output files"

clean:
	rm -f *.log *.mat EM_map.MRC *.B* *.D* *.ini *.rsr *.lrsr *.sch *.V* TvLD_* best* build_profile.ali *.prf *.pap *.IL* *.hdf5 TvLDH-1y7tA.ali
