Skip to content

Commit 13ae8e0

Browse files
committed
build: rm -f old tutorial snippets
1 parent 14895aa commit 13ae8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ define DEF_DOC_TEST_HOST
110110

111111
doc-tutorial-extract$(1):
112112
@$$(call E, extract: tutorial tests)
113-
$$(Q)rm $(1)/test/doc-tutorial/*.rs
113+
$$(Q)rm -f $(1)/test/doc-tutorial/*.rs
114114
$$(Q)$$(EXTRACT_TESTS) $$(S)doc/tutorial.md $(1)/test/doc-tutorial
115115

116116
endef

0 commit comments

Comments
 (0)