cantera/test_problems/cxx_ex/Makefile.in
2010-02-09 19:44:37 +00:00

16 lines
194 B
Makefile

#
# $Revision: 1.7 $
# $Author: hkmoffa $
# $Date: 2006/04/30 18:06:56 $
#
#
all:
(cd ../../examples/cxx ; @MAKE@ )
test:
./runtest
clean:
(cd ../../examples/cxx ; @MAKE@ clean )
depends: