File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ../lib/Kaleidoscope/plugins/Kaleidoscope-Hardware-Keyboardio-Preonic/examples/Devices/Keyboardio/Preonic/
Original file line number Diff line number Diff line change @@ -42,11 +42,14 @@ ${BOARDS}: %: %@build
4242
4343% @build : BUILDDIR := $(shell mktemp -d)
4444% @build :
45- echo " * Building $* "
45+ echo " * Building $* into ${BUILDDIR} "
4646 ${MAKE} -s -C $* compile OUTPUT_PATH=${BUILDDIR} \
4747 LOCAL_CFLAGS=" -DKALEIDOSCOPE_FIRMWARE_VERSION=\\\" ${EMBEDDED_VERSION} \\\" "
4848 install -d output/$*
49- if [ -e ${BUILDDIR} /* -latest.bin ]; then \
49+ ls ${BUILDDIR}
50+ if [ -e ${BUILDDIR} /Preonic.ino.zip ]; then \
51+ cp -L ${BUILDDIR} /Preonic.ino.zip output/$* /default.zip; \
52+ elif [ -e ${BUILDDIR} /* -latest.bin ]; then \
5053 cp -L ${BUILDDIR} /* -latest.bin output/$* /default.bin; \
5154 else \
5255 cp -L ${BUILDDIR} /* -latest.hex output/$* /default.hex; \
You can’t perform that action at this time.
0 commit comments