File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -915,6 +915,7 @@ cln clean :
915915 $(call quiet,MAKE) -C examples clean NEK5K_DIR=" $( abspath $( NEK5K_DIR) ) "
916916 $(call quiet,MAKE) -C python/tests clean
917917 $(RM ) benchmarks/* output.txt
918+ $(RM ) -f temp_*
918919
919920distclean : clean
920921 $(RM ) -r doc/html doc/sphinx/build $(CONFIG )
Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ fluids:
5353
5454solids :
5555 make CEED_DIR=$(CEED_DIR ) PETSC_DIR=$(PETSC_DIR ) PETSC_ARCH=$(PETSC_ARCH ) -C solids all
56+
5657clean :
5758 +make -C ceed clean
5859 +make -C mfem clean
5960 +make -C nek clean
61+ +make -C rust-qfunctions clean
6062 +make -C petsc clean
6163 +make -C fluids clean
6264 +make -C solids clean
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ ex1-volume: ex1-volume.c
3131
3232clean :
3333 rm -f * ~ $(EXAMPLES )
34+ rm -f temp_*
3435 rm -rf * .dSYM * .TVD.* breakpoints
You can’t perform that action at this time.
0 commit comments