Skip to content
Snippets Groups Projects
Commit 146aa3f9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

forgot cpobj rule

parent c3d5488d
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ ${LIB}: ${OBJ}
${AR} ${ARFLAGS}${LIB} ${OBJ}
${RANLIB} ${LIB}
cpobj: ${OBJ}
cp -f ${OBJ} ../../lib/
.cpp${OBJEXT}:
${CXX} ${CFLAGS} ${DASH}c $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment