mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Added alternative diff with -bw
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1400 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
6b0ccbcc51
commit
915c4069b4
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
INPUT=../examples
|
||||
PHREEQCDAT=../database/phreeqc.dat
|
||||
WATEQ4FDAT=../database/wateq4f.dat
|
||||
PHREEQC=/cygdrive/c/Programs/phreeqc/build/win32/Debug/phreeqc
|
||||
PHREEQC=/cygdrive/c/Programs/phreeqcpp/Release/phreeqcpp.exe
|
||||
PHREEQC=../src/Release/phreeqcpp
|
||||
|
||||
all: ex1.out ex2.out ex3.out ex4.out ex5.out ex6.out ex7.out ex8.out ex9.out \
|
||||
@ -93,7 +93,7 @@ ex18.out: $(INPUT)/ex18 $(PHREEQC) $(PHREEQCDAT)
|
||||
mv phreeqc.log ex18.log
|
||||
|
||||
diff:
|
||||
svn diff .
|
||||
svn diff --diff-cmd diff -x -bw
|
||||
|
||||
clean:
|
||||
rm -f *.out *.log *.sel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user