automate m_terms.f90 generation
This commit is contained in:
parent
5f4f87afeb
commit
664b3614dd
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ x-edge-cold-bc-uPrime-hybrid : ${MODULES} ${OBJ}
|
|||
|
||||
${OBJ} : ${MODULES}
|
||||
|
||||
m_terms.f90 : code_gen/code_gen.py code_gen/terms.input code_gen/resources/m_template.f90
|
||||
cd code_gen && python code_gen.py > ../$@
|
||||
|
||||
%.o: %.f90
|
||||
${compiler} -c ${flags} $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue