Skip to content

Commit 35a5a70

Browse files
authored
emulation on host: fix make clean (#7740)
1 parent 5631051 commit 35a5a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ test: $(OUTPUT_BINARY) # run host test for CI
227227

228228
.PHONY: clean
229229
clean: clean-objects
230-
rm -rf $(LCOV)
230+
rm -rf $(LCOV_DIRECTORY)
231231

232232
.PHONY: clean-objects
233233
clean-objects:

0 commit comments

Comments
 (0)