1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +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

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: