FreeCalypso > hg > sms-coding-utils
diff Makefile @ 29:aae078d9eaa6
immigrate sms-pdu-decode and pcm-sms-decode here
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Jun 2024 02:39:21 +0000 |
parents | 2a19b44c272e |
children |
line wrap: on
line diff
--- a/Makefile Thu Jun 13 02:32:11 2024 +0000 +++ b/Makefile Thu Jun 13 02:39:21 2024 +0000 @@ -1,10 +1,11 @@ -PROGDIR=enc-text gen-pdu scripts +PROGDIR=decode enc-text gen-pdu scripts LIBDIR= libcoding SUBDIR= ${PROGDIR} ${LIBDIR} DESTDIR= all: ${SUBDIR} +decode: libcoding enc-text: libcoding gen-pdu: libcoding