From 3f2a9178c67dbca81f89ac44549bdde691202b59 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Wed, 2 Dec 2020 22:00:14 +0100 Subject: [PATCH] emulation on host: fix make clean --- tests/host/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/host/Makefile b/tests/host/Makefile index a65113750f..bad575d9c2 100644 --- a/tests/host/Makefile +++ b/tests/host/Makefile @@ -227,7 +227,7 @@ test: $(OUTPUT_BINARY) # run host test for CI .PHONY: clean clean: clean-objects - rm -rf $(LCOV) + rm -rf $(LCOV_DIRECTORY) .PHONY: clean-objects clean-objects: