FreeCalypso > hg > fc-am-toolkit
view Makefile @ 4:6e1470d0e4b6
bootref: starting on ranges
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 09 Jun 2023 07:39:58 +0000 |
parents | acfe834e174f |
children | 2a62a7decd9f |
line wrap: on
line source
INSTALL_PREFIX= /opt/freecalypso all: clean: install: mkdir -p ${INSTALL_PREFIX}/bin 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