FreeCalypso > hg > themwi-system-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
19:40e5097437fa | 20:b13acb024fc6 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= imsi_entry.o mncc_utils.o nanp_valid.o numstring.o sockinit.o | 3 OBJS= extdigits.o imsi_entry.o mncc_utils.o nanp_valid.o numstring.o \ |
4 sockinit.o | |
4 LIB= libutil.a | 5 LIB= libutil.a |
5 | 6 |
6 all: ${LIB} | 7 all: ${LIB} |
7 | 8 |
8 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |