Fixed all rule.
This commit is contained in:
parent
a2b2c9a7e0
commit
3f116ffd8e
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@
|
|||
#############################################################################
|
||||
|
||||
all:
|
||||
cd combustor; @MAKE@ test
|
||||
cd kinetics1; @MAKE@ test
|
||||
cd flamespeed; @MAKE@ test
|
||||
cd NASA_coeffs; @MAKE@ test
|
||||
cd combustor; @MAKE@
|
||||
cd kinetics1; @MAKE@
|
||||
cd flamespeed; @MAKE@
|
||||
cd NASA_coeffs; @MAKE@
|
||||
|
||||
test:
|
||||
cd combustor; @MAKE@ test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue