Skip to content

Commit

Permalink
Makefile: remove -R rm option
Browse files Browse the repository at this point in the history
This removes the option -R in the rm command as there is no more
directories since commit 31e33c5.
  • Loading branch information
gportay committed Mar 12, 2024
1 parent 9b6c4ed commit 42bbe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ cleanall: clean

.PHONY: clean
clean:
rm -Rf ld-iamroot.so libiamroot.so* fuzzer *.o *.i
rm -f ld-iamroot.so libiamroot.so* fuzzer *.o *.i
$(MAKE) -C tests $@

.PHONY: mrproper
Expand Down

0 comments on commit 42bbe0e

Please sign in to comment.