It does add tests for the calculation of equilibrium constants for fractional coefficient reactions.
17 lines
180 B
Makefile
17 lines
180 B
Makefile
#
|
|
# $Revision$
|
|
# $Author$
|
|
# $Date$
|
|
#
|
|
#
|
|
all:
|
|
(cd ../../examples/cxx ; @MAKE@ )
|
|
test:
|
|
./runtest
|
|
|
|
clean:
|
|
(cd ../../examples/cxx ; @MAKE@ clean )
|
|
../../bin/rm_cvsignore
|
|
|
|
depends:
|
|
|