Commit 047a4d87 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

make clean now removes older isis library files. Fixes #2206.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6339 41f8697f-d340-4b68-9986-7bafba869bb8
parent 55dabf2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -229,8 +229,8 @@ html: force
clean:  localclean
	$(RM) $(OBJS) $(PROTOSGEN) $(MOCGEN) unitTest.o unitTest print.prt    \
	  $(UIHEADERS) $(ARCHIVELIB) $(SHAREDLIB) libisis$(ISISLIBVERSION).a  \
	  libisis$(ISISLIBVERSION).so libisis$(ISISLIBVERSION).dylib          \
	  unitTest.output;                                                    \
	  libisis$(ISISLIBVERSION).so libisis?.?.?.so                         \
          libisis$(ISISLIBVERSION).dylib unitTest.output;                     \
	$(RM) -rf html scopecoverage scopecoverage.html scopecoverage_html    \
	  linecoverage linecoverage.html linecoverage_html functioncoverage   \
	  functioncoverage.html functioncoverage_html .objs *.csexe *.csmes