FreeCalypso > hg > freecalypso-tools
changeset 878:f80e3ec41998
ringtools/Makefile: install fc-meltest-{e1,pwt}
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 30 Mar 2022 20:36:01 +0000 |
parents | 2fe0f7fe1f86 |
children | 702470859ebd |
files | ringtools/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ringtools/Makefile Wed Mar 30 20:30:32 2022 +0000 +++ b/ringtools/Makefile Wed Mar 30 20:36:01 2022 +0000 @@ -1,6 +1,7 @@ CC= gcc CFLAGS= -O2 PROGS= fc-e1decode fc-e1gen fc-pwt-comp fc-ringlist-comp +SCRIPTS=fc-meltest-e1 fc-meltest-pwt INSTALL_PREFIX= /opt/freecalypso @@ -22,7 +23,7 @@ install: mkdir -p ${INSTBIN} - install -c ${PROGS} ${INSTBIN} + install -c ${PROGS} ${SCRIPTS} ${INSTBIN} clean: rm -f ${PROGS} *.o *errs *.out