FreeCalypso > hg > freecalypso-tools
comparison rvinterf/etmsync/Makefile @ 26:b301b75de0e0
install misc files into /usr/local/share/freecalypso as non-executable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Oct 2016 01:20:55 +0000 |
parents | 75cd626cf379 |
children | 24cb10d508d7 |
comparison
equal
deleted
inserted
replaced
25:75cd626cf379 | 26:b301b75de0e0 |
---|---|
27 | 27 |
28 install: ${PROGS} | 28 install: ${PROGS} |
29 mkdir -p ${INSTBIN} | 29 mkdir -p ${INSTBIN} |
30 install -c ${PROGS} ${INSTBIN} | 30 install -c ${PROGS} ${INSTBIN} |
31 mkdir -p ${INSTHELP} | 31 mkdir -p ${INSTHELP} |
32 install -c fsio.help ${INSTHELP} | 32 install -c -m 644 fsio.help ${INSTHELP} |
33 | 33 |
34 clean: | 34 clean: |
35 rm -f *.o *.out *errs ${PROGS} | 35 rm -f *.o *.out *errs ${PROGS} |