Skip to content

Commit

Permalink
fixed ufs Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vertenstein committed Nov 15, 2021
1 parent afe2b92 commit 7170c76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ufs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ $(LIBRARY): $(OBJ1)

clean:
$(RM) -f $(LIBRARY) *.f90 *.i90 *.o *.mod
$(RM) -f ufs_const_mod.*

perf_mod.o: ufs_kind_mod.o
flux_atmocn_mod.o: ufs_const_mod.o
glc_elevclass_mod.o: ufs_kind_mod.o

ufs_const_mod.o: ufs_kind_mod.o

0 comments on commit 7170c76

Please sign in to comment.