1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

emulation on host: fix make clean (#7740)

This commit is contained in:
david gauchard 2020-12-02 22:27:24 +01:00 committed by GitHub
parent 5631051378
commit 35a5a7026c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: