comparison libutil/Makefile @ 28:660126bd5f59

themwi-mncc: fix one bug, add debug syslog output
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 Jun 2022 21:47:04 -0800
parents b13acb024fc6
children 64b9f0f90726
comparison
equal deleted inserted replaced
27:c6572f4c31d2 28:660126bd5f59
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= extdigits.o imsi_entry.o mncc_utils.o nanp_valid.o numstring.o \ 3 OBJS= extdigits.o imsi_entry.o mncc_debug.o mncc_utils.o nanp_valid.o \
4 sockinit.o 4 numstring.o sockinit.o
5 LIB= libutil.a 5 LIB= libutil.a
6 6
7 all: ${LIB} 7 all: ${LIB}
8 8
9 ${LIB}: ${OBJS} 9 ${LIB}: ${OBJS}