FreeCalypso > hg > themwi-system-sw
diff libutil/Makefile @ 20:b13acb024fc6
libutil: add is_valid_ext_digit()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 26 Jun 2022 23:35:19 -0800 |
parents | 40e5097437fa |
children | 660126bd5f59 |
line wrap: on
line diff
--- a/libutil/Makefile Sun Jun 26 22:38:42 2022 -0800 +++ b/libutil/Makefile Sun Jun 26 23:35:19 2022 -0800 @@ -1,6 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= imsi_entry.o mncc_utils.o nanp_valid.o numstring.o sockinit.o +OBJS= extdigits.o imsi_entry.o mncc_utils.o nanp_valid.o numstring.o \ + sockinit.o LIB= libutil.a all: ${LIB}