FreeCalypso > hg > themwi-system-sw
comparison libutil/Makefile @ 3:d712d518059e
libutil: add functions for number string parsing/preening
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 26 Jun 2022 09:50:39 -0800 |
parents | b1c364729a93 |
children | 40e5097437fa |
comparison
equal
deleted
inserted
replaced
2:b1c364729a93 | 3:d712d518059e |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= mncc_utils.o nanp_valid.o sockinit.o | 3 OBJS= mncc_utils.o nanp_valid.o numstring.o sockinit.o |
4 LIB= libutil.a | 4 LIB= libutil.a |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |