FreeCalypso > hg > fc-am-toolkit
changeset 1:acfe834e174f
add compal-flash-boot-for-fc.bin
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 09 Jun 2023 05:13:29 +0000 |
parents | faf27dbe1a63 |
children | 12810ff4aa92 |
files | Makefile target-bin/compal-flash-boot-for-fc.bin |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jun 09 03:27:40 2023 +0000 +++ b/Makefile Fri Jun 09 05:13:29 2023 +0000 @@ -9,3 +9,5 @@ install -c -m 755 sh/* ${INSTALL_PREFIX}/bin mkdir -p ${INSTALL_PREFIX}/scripts install -c -m 644 cmd/* ${INSTALL_PREFIX}/scripts + mkdir -p ${INSTALL_PREFIX}/target-bin + install -c -m 644 target-bin/* ${INSTALL_PREFIX}/target-bin