FreeCalypso > hg > themwi-system-sw
comparison libnumdb/Makefile @ 11:1d590563e64b
libnumdb: implement short number lookup
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 26 Jun 2022 13:51:12 -0800 |
parents | 960ffce6c542 |
children |
comparison
equal
deleted
inserted
replaced
10:960ffce6c542 | 11:1d590563e64b |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= check_nanp.o readbin.o refresh.o | 3 OBJS= check_nanp.o check_short.o readbin.o refresh.o |
4 LIB= libnumdb.a | 4 LIB= libnumdb.a |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |