Skip to content

Commit 491d6ab

Browse files
committed
Makefile: fix clean target recursive rm
1 parent 07b3e9e commit 491d6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fluids/shallow-water/Makefile

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

8080
clean:
81-
$(RM) r $(OBJDIR) shallowwater *.vtu
81+
$(RM) -r $(OBJDIR) shallowwater *.vtu
8282

8383
$(PETSc.pc):
8484
$(if $(wildcard $@),,$(error \

0 commit comments

Comments
 (0)