Files
cantera/test_problems/Makefile.in
Harry Moffat 34ff876182 Rebaselined the problem. The solution changed in the 4th sig digit,
because, I think, the physical constants changed in ct_defs.h
2003-08-21 22:25:13 +00:00

26 lines
433 B
Makefile

#
# $Revision$
# $Author$
# $Date$
#
#
all:
cd cxx_ex; @MAKE@ all
cd silane_equil; @MAKE@ all
cd surfkin; @MAKE@ all
cd diamondSurf; @MAKE@ all
test:
cd cxx_ex; @MAKE@ test
cd silane_equil; @MAKE@ test
cd surfkin; @MAKE@ test
cd diamondSurf; @MAKE@ test
clean:
$(RM) *.*~
cd cxx_ex; @MAKE@ clean
cd silane_equil; @MAKE@ clean
cd surfkin; @MAKE@ clean
cd diamondSurf; @MAKE@ clean