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:
parent
5631051378
commit
35a5a7026c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user