FreeCalypso > hg > themwi-system-sw
comparison libnumdb2/Makefile @ 235:bd493b21f215
libnumdb2: port check_nanp.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 13:57:10 -0800 |
parents | 44f178901a46 |
children | 38cac1cbe010 |
comparison
equal
deleted
inserted
replaced
234:44f178901a46 | 235:bd493b21f215 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= readbin.o refresh.o | 3 OBJS= check_nanp.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} |