all: run a.out: cs_adiabats_2.f gfortran -g -O0 cs_adiabats_2.f .PHONY: run run: a.out ./a.out .PHONY: clean clean: rm -f a.out rm -f cross*.dat