Took out automatic deletion of static libraries at the beginning of
every make operation.
This commit is contained in:
parent
7bf6638ce2
commit
ebc0d7a42a
1 changed files with 0 additions and 3 deletions
|
|
@ -49,9 +49,6 @@ demos: example_codes
|
|||
kernel:
|
||||
@INSTALL@ -d @buildlib@
|
||||
@INSTALL@ -d @buildbin@
|
||||
rm -f @buildlib@/*.a
|
||||
rm -f @buildlib@/*.so
|
||||
rm -f @buildbin@/*
|
||||
cd ext; @MAKE@
|
||||
cd Cantera/src; @MAKE@
|
||||
ifeq ($(do_ranlib),1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue