Skip to content

Commit

Permalink
Makefile: fix clean target recursive rm
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Jul 7, 2020
1 parent 07b3e9e commit 491d6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fluids/shallow-water/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ print: $(PETSc.pc) $(ceed.pc)
@true

clean:
$(RM) r $(OBJDIR) shallowwater *.vtu
$(RM) -r $(OBJDIR) shallowwater *.vtu

$(PETSc.pc):
$(if $(wildcard $@),,$(error \
Expand Down

0 comments on commit 491d6ab

Please sign in to comment.