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

*** empty log message ***

parent 27891753
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.5 2006-02-24 01:57:09 geuzaine Exp $
# $Id: Makefile,v 1.6 2006-02-24 02:29:45 geuzaine Exp $
#
# Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
#
......@@ -27,7 +27,7 @@ solver.exe: solver.cpp
${CXX} ${FLAGS} ${OPTIM} -o solver.exe solver.cpp
interactive.exe: interactive.cpp
${CXX} ${FLAGS} ${OPTIM} -o interactive.exe interactive.cpp -lreadline
${CXX} ${FLAGS} ${OPTIM} -o interactive.exe interactive.cpp -lreadline -ltermcap
clean:
rm -f *.o *.exe *.pos
......
......@@ -2,7 +2,7 @@
#include <readline/readline.h>
#include <readline/history.h>
// compile with: g++ interactive.cpp -lreadline
// compile with: g++ interactive.cpp -lreadline -ltermcap
class GmshInteractiveClient{
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment