From 4128d5d4add166abeae94510dd83e663e2957c07 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Wed, 7 Nov 2018 23:04:05 -0700 Subject: [PATCH] another try for ex20_debug --- Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.old b/Makefile.old index 753ebebe..3d972329 100644 --- a/Makefile.old +++ b/Makefile.old @@ -12,7 +12,7 @@ VALGRIND= ifeq ($(CFG), Linux) PHREEQC=../src/Class_release_64/phreeqc else - PHREEQC=../x64/Release/phreeqc.exe + PHREEQC=../_build_x64/Release/phreeqc.exe endif all: ex1.out ex2.out ex2b.out ex3.out ex4.out ex5.out ex6.out ex7.out ex8.out ex9.out \