Skip to content

Commit 8a155aa

Browse files
authored
Update Makefile.core
1 parent 5c25f4a commit 8a155aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

board-manager/Makefile.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(COREFILE): | $(COREDIR)
4646
$(eval TMPDIR := $(shell mktemp -d))
4747
cd ..; git archive -v HEAD:sduino/stm8|tar -x -C $(TMPDIR)
4848
echo ===============================
49-
ls -l
49+
ls -l release/*/*
5050
echo ===============================
5151
sed -i '/^tools\.stm8/ s#{runtime.hardware.path}/tools#{runtime.tools.STM8Tools.path}#' \
5252
$(TMPDIR)/platform.txt

0 commit comments

Comments
 (0)