1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00

Remove typo in device test "make clean" (#6673)

VIM strikes again.
This commit is contained in:
Earle F. Philhower, III
2019-10-26 16:45:24 -07:00
committed by GitHub
parent fbcc69b989
commit 5d0b9aa5ac

View File

@ -124,7 +124,7 @@ virtualenv:
clean: clean:
rm -rf $(BUILD_DIR) rm -rf $(BUILD_DIR)
rm -rf $(HARDWARE_DIR)A rm -rf $(HARDWARE_DIR)
rm -rf $(BS_DIR)/virtualenv rm -rf $(BS_DIR)/virtualenv
rm -f $(TEST_REPORT_HTML) $(TEST_REPORT_XML) rm -f $(TEST_REPORT_HTML) $(TEST_REPORT_XML)