mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
emulation on host: fix make clean (#7740)
This commit is contained in:
parent
5631051378
commit
35a5a7026c
@ -227,7 +227,7 @@ test: $(OUTPUT_BINARY) # run host test for CI
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean-objects
|
clean: clean-objects
|
||||||
rm -rf $(LCOV)
|
rm -rf $(LCOV_DIRECTORY)
|
||||||
|
|
||||||
.PHONY: clean-objects
|
.PHONY: clean-objects
|
||||||
clean-objects:
|
clean-objects:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user