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

Build sketches with arduino-builder

This commit is contained in:
Ivan Grokhotkov
2016-03-03 17:21:58 +03:00
parent 678a8ff8f1
commit 031a18c836
4 changed files with 157 additions and 8 deletions

View File

@ -62,9 +62,13 @@ all: build-info $(OUTPUT_BINARY) test gcov
test: $(OUTPUT_BINARY)
$(OUTPUT_BINARY)
clean:
clean: clean-objects clean-coverage
rm -rf $(BINARY_DIRECTORY)
clean-objects:
rm -rf $(OBJECTS)
clean-coverage:
rm -rf $(COVERAGE_FILES) *.gcov
gcov: test