SWI = -O3 -w -w95 -132 -r8

OBJS = shear-layer.f \
fishpak.f

a.out :  $(OBJS)
	/opt/intel_fc_80/bin/ifort $(SWI) -o $@ $(OBJS)

# /opt/intel_fc_80/bin/ifort -O3 -w -w95 -132 -r8 -o a.out shear-layer.f fishpak.f
