view scripts/Makefile @ 26:c8cb05b69118

libcoding alpha addr: support both encoding and decoding
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Jun 2024 01:55:19 +0000
parents 2a19b44c272e
children
line wrap: on
line source

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

include ../config.defs

all:

install:
	mkdir -p ${DESTDIR}${bindir}
	install -c ${SCRIPTS} ${DESTDIR}${bindir}

clean: