Update util/src/Makefile so that module_map_utils.o is removed upon cleaning (#36)
commit4666779e949bb5f0091ca0c9b10cb23ad8cf3ee7
authorMichael Duda <duda@ucar.edu>
Thu, 6 Jul 2017 18:26:10 +0000 (6 12:26 -0600)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2017 18:26:10 +0000 (6 12:26 -0600)
treef24c691817ccd55bde73709165196cbf4e72ac07
parentf9c92dbfb523b4bd2754f3755f52e197e4b9a8f3
Update util/src/Makefile so that module_map_utils.o is removed upon cleaning (#36)

Previously, when running './clean', the module_map_utils.o file in util/src
was not removed; this commit adds module_map_utils.o to the definition of OBJS,
which lists all object files to be removed when making the 'clean' target.

Note that module_map_utils.o is only created when explicitly building
the plotgrids utility.
util/src/Makefile