Skip to content

Commit 8c6f1f1

Browse files
Remove makefile errors (#175)
1 parent 5d1d05d commit 8c6f1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ clean:
5656
ifeq ($(OS),Windows_NT)
5757
del /s "$(BUILDDIR)"
5858
else
59-
rm -r "$(BUILDDIR)/"*
59+
rm -rf "$(BUILDDIR)/"* || true
6060
endif

0 commit comments

Comments
 (0)