FreeCalypso > hg > freecalypso-reveng
changeset 352:bc5ddad215f2
fluid-mnf/Makefile: install added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 13 Mar 2020 19:22:48 +0000 |
parents | 0ca005dbab30 |
children | 3aecf9bc1bf3 |
files | fluid-mnf/Makefile |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/fluid-mnf/Makefile Fri Mar 13 07:19:37 2020 +0000 +++ b/fluid-mnf/Makefile Fri Mar 13 19:22:48 2020 +0000 @@ -9,5 +9,11 @@ ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} +install: + mkdir -p /opt/freecalypso/bin + install -c ${PROG} /opt/freecalypso/bin + mkdir -p /opt/freecalypso/fluid + install -c -m 644 target-bin/* devices.txt /opt/freecalypso/fluid + clean: rm -f *.o ${PROG}