Skip to content

Commit b0010ad

Browse files
authored
Merge pull request #1959 from CEED/jeremy/missing-clean
make - cleanup after bpsswarm
2 parents ad01866 + e31bb8f commit b0010ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/petsc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ print: $(PETSc.pc) $(ceed.pc)
9494
@true
9595

9696
clean:
97-
$(RM) -r $(OBJDIR) *.vtu area bps bpsraw bpssphere dmswarm multigrid libutils.a
97+
$(RM) -r $(OBJDIR) *.vtu area bps bpsraw bpssphere bpsswarm dmswarm multigrid libutils.a
9898

9999
$(PETSc.pc):
100100
$(if $(wildcard $@),,$(error \

0 commit comments

Comments
 (0)