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

missing cpobj

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