From f9167ea9f57a4144a078f0b732dc572412cf75bf Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Nov 2020 10:20:45 -0800 Subject: [PATCH] silence an 'install' line from the Makefile --- etc/makefiles/sketch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makefiles/sketch.mk b/etc/makefiles/sketch.mk index e8474af3..ec86524d 100644 --- a/etc/makefiles/sketch.mk +++ b/etc/makefiles/sketch.mk @@ -125,7 +125,7 @@ clean: compile: - install -d "${OUTPUT_PATH}" + @install -d "${OUTPUT_PATH}" @echo "Building ${SKETCH_FILE_PATH}" $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} \ --libraries "${KALEIDOSCOPE_PLATFORM_LIB_DIR}" \