comparison scripts/Makefile @ 13:b8d8f8a3cdb7

scripts: wrappers for network-side SMS-DELIVER PDU generation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Aug 2023 05:11:21 +0000
parents
children 2a19b44c272e
comparison
equal deleted inserted replaced
12:0fe95ca922c7 13:b8d8f8a3cdb7
1 SCRIPTS=gen-sms-deliver-pdu sms-deliver-pdu-hdr
2
3 INSTALL_PREFIX= /opt/freecalypso
4
5 INSTBIN=${INSTALL_PREFIX}/bin
6
7 all:
8
9 install:
10 mkdir -p ${INSTBIN}
11 install -c ${SCRIPTS} ${INSTBIN}
12
13 clean: