[MOAB-dev] commit/MOAB: danwu: In merged examples/makefile, add ERROREXAMPLES back to the file list of make clean.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Feb 26 16:17:33 CST 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/3e22920aa86d/
Changeset:   3e22920aa86d
Branch:      error_handling_enhancement
User:        danwu
Date:        2014-02-26 23:17:01
Summary:     In merged examples/makefile, add ERROREXAMPLES back to the file list of make clean.

Affected #:  1 file

diff --git a/examples/makefile b/examples/makefile
index 7b18e33..6993b64 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -73,7 +73,7 @@ TestErrorHandlingPar: TestErrorHandlingPar.o ${MOAB_LIBDIR}/libMOAB.la
 	${MOAB_CXX} -o $@ $< ${MOAB_LIBS_LINK}
 
 clean:
-	rm -rf *.o *.mod *.h5m ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${F90EXAMPLES}
+	rm -rf *.o *.mod *.h5m ${EXAMPLES} ${PAREXAMPLES} ${EXOIIEXAMPLES} ${ERROREXAMPLES} ${F90EXAMPLES}
 
 .cpp.o:
 	${MOAB_CXX} ${CXXFLAGS} ${MOAB_CXXFLAGS} ${MOAB_CPPFLAGS} ${MOAB_INCLUDES} -DMESH_DIR=\"${MESH_DIR}\" -c $<

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list