make the use of build-all explicit. Even if we do need it to go away

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 3c7a1312c1
commit 142f9ed6a3
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -56,7 +56,7 @@ compile-sketch:
OUTPUT_PATH="${LIB_DIR}" \
VERBOSE=${VERBOSE} \
ARCH=virtual DEFAULT_SKETCH=sketch \
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk compile
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk build-all
g++ -o "${BIN_DIR}/${BIN_FILE}" \
-lpthread \
-g \

Loading…
Cancel
Save