FreeCalypso > hg > freecalypso-reveng
comparison fluid-mnf/Makefile @ 352:bc5ddad215f2
fluid-mnf/Makefile: install added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 13 Mar 2020 19:22:48 +0000 |
parents | 2aa78da4033b |
children |
comparison
equal
deleted
inserted
replaced
351:0ca005dbab30 | 352:bc5ddad215f2 |
---|---|
7 all: ${PROG} | 7 all: ${PROG} |
8 | 8 |
9 ${PROG}: ${OBJS} | 9 ${PROG}: ${OBJS} |
10 ${CC} -o $@ ${OBJS} | 10 ${CC} -o $@ ${OBJS} |
11 | 11 |
12 install: | |
13 mkdir -p /opt/freecalypso/bin | |
14 install -c ${PROG} /opt/freecalypso/bin | |
15 mkdir -p /opt/freecalypso/fluid | |
16 install -c -m 644 target-bin/* devices.txt /opt/freecalypso/fluid | |
17 | |
12 clean: | 18 clean: |
13 rm -f *.o ${PROG} | 19 rm -f *.o ${PROG} |