FreeCalypso > hg > fc-am-toolkit
view Makefile @ 0:faf27dbe1a63
scripts for initializing aftermarket FFS on Pirelli DP-L10
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 09 Jun 2023 03:27:40 +0000 |
parents | |
children | acfe834e174f |
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