diff --git a/code/makefile b/code/makefile index dcb1ff5..6255100 100644 --- a/code/makefile +++ b/code/makefile @@ -47,6 +47,9 @@ m_terms.f90 : code_gen/code_gen.py ${TERMSPEC} code_gen/resources/m_template.py %.o: %.f90 ${compiler} -c ${flags} $< +cleanAll: clean + rm -f m_terms.f90 + clean: rm -f *.o *.mod x-edge-cold-bc-uPrime-hybrid test_calculate build_info.txt