Skip to content

Commit b2d0003

Browse files
author
Allen MacFarland
committed
update makefile
1 parent cd5d2b9 commit b2d0003

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

919920
distclean : clean
920921
$(RM) -r doc/html doc/sphinx/build $(CONFIG)

examples/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ fluids:
5353

5454
solids:
5555
make CEED_DIR=$(CEED_DIR) PETSC_DIR=$(PETSC_DIR) PETSC_ARCH=$(PETSC_ARCH) -C solids all
56+
5657
clean:
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

examples/rust-qfunctions/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ ex1-volume: ex1-volume.c
3131

3232
clean:
3333
rm -f *~ $(EXAMPLES)
34+
rm -f temp_*
3435
rm -rf *.dSYM *.TVD.*breakpoints

0 commit comments

Comments
 (0)