changeset 1295 | 02a403c305b9 |
parent 1263 | a490938ad0aa |
child 1314 | 9269c76551cf |
1.1 --- a/src/work/athos/lp/Makefile Sun Apr 03 10:20:49 2005 +0000 1.2 +++ b/src/work/athos/lp/Makefile Mon Apr 04 08:03:43 2005 +0000 1.3 @@ -14,4 +14,4 @@ 1.4 lin_expr.h 1.5 1.6 lp_test: lp_test.o lp_base.o lp_solver_skeleton.o lp_glpk.o 1.7 - g++ -o $@ $^ -lglpk 1.8 \ No newline at end of file 1.9 + $(CXX) -o $@ $^ -lglpk 1.10 \ No newline at end of file