all: write_float write_float: write_float.F $(FC) $(FFLAGS) -o $@ $< clean: -rm -f write_float