FreeCalypso > hg > fc-am-toolkit
comparison Makefile @ 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 | 2a62a7decd9f |
comparison
equal
deleted
inserted
replaced
0:faf27dbe1a63 | 1:acfe834e174f |
---|---|
7 install: | 7 install: |
8 mkdir -p ${INSTALL_PREFIX}/bin | 8 mkdir -p ${INSTALL_PREFIX}/bin |
9 install -c -m 755 sh/* ${INSTALL_PREFIX}/bin | 9 install -c -m 755 sh/* ${INSTALL_PREFIX}/bin |
10 mkdir -p ${INSTALL_PREFIX}/scripts | 10 mkdir -p ${INSTALL_PREFIX}/scripts |
11 install -c -m 644 cmd/* ${INSTALL_PREFIX}/scripts | 11 install -c -m 644 cmd/* ${INSTALL_PREFIX}/scripts |
12 mkdir -p ${INSTALL_PREFIX}/target-bin | |
13 install -c -m 644 target-bin/* ${INSTALL_PREFIX}/target-bin |