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

fix compile
parent 87e3bdf7
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.24 2008-01-19 00:59:31 geuzaine Exp $
# $Id: Makefile,v 1.25 2008-01-20 11:30:40 geuzaine Exp $
#
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
#
......@@ -140,6 +140,10 @@ ${LIB}: ${OBJ}
mv -f ${notdir ${<:.cpp=${OBJEXT}}} ${<:.cpp=${OBJEXT}};\
fi
# don't apply ugly hack above for files in this directory
nllib_addon${OBJEXT}:
${CXX} ${CFLAGS} ${DASH}c $<
clean:
rm -f *${OBJEXT} libsrc/*/*${OBJEXT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment