view scripts/Makefile @ 21:b23b9f69c02a

doc/Network-MT-SMS-testing: grammar fix
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 31 Aug 2023 22:52:14 +0000
parents b8d8f8a3cdb7
children 2a19b44c272e
line wrap: on
line source

SCRIPTS=gen-sms-deliver-pdu sms-deliver-pdu-hdr

INSTALL_PREFIX=	/opt/freecalypso

INSTBIN=${INSTALL_PREFIX}/bin

all:

install:
	mkdir -p ${INSTBIN}
	install -c ${SCRIPTS} ${INSTBIN}

clean: