mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Added endif's. This was causing an error exit.
This commit is contained in:
@@ -19,8 +19,9 @@ test:
|
||||
cd surfkin; @MAKE@ test
|
||||
cd diamondSurf; @MAKE@ test
|
||||
cd ck2cti_test; @MAKE@ test
|
||||
ifeq($(test_python),2)
|
||||
ifeq ($(test_python),2)
|
||||
cd python; @MAKE@ test
|
||||
endif
|
||||
|
||||
clean:
|
||||
$(RM) *.*~
|
||||
@@ -29,8 +30,9 @@ clean:
|
||||
cd surfkin; @MAKE@ clean
|
||||
cd diamondSurf; @MAKE@ clean
|
||||
cd ck2cti_test; @MAKE@ clean
|
||||
ifeq($(test_python),2)
|
||||
ifeq ($(test_python),2)
|
||||
cd python; @MAKE@ clean
|
||||
endif
|
||||
|
||||
depends:
|
||||
cd cxx_ex; @MAKE@ depends
|
||||
|
||||
Reference in New Issue
Block a user