You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo " clean - Removes compiled files, executables, and documentation."
106
+
@echo " depend - Automatically generates dependency information for source files."
107
+
@echo " === additional tools ==="
108
+
@echo " estimate - Builds 'estimate' executable to estimate parameters using MCMC."
109
+
@echo " transpose - Builds 'transpose' executable to read in and transpose a matrix"
110
+
@echo " subsetData - Builds 'subsetData' executable that subsets input files (e.g., .clim, .dat, .valid, .sigma, .spd) from a specified start date and length of time in days."
84
111
85
-
#This target automatically builds dependencies.
86
112
depend::
87
113
makedepend $(CFILES)
88
114
89
115
# DO NOT DELETE THIS LINE -- make depend depends on it.
0 commit comments