FreeCalypso > hg > themwi-system-sw
changeset 12:6560915b0d27
top Makefile: add libnumdb
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 26 Jun 2022 13:52:29 -0800 |
parents | 1d590563e64b |
children | 26b98505684e |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jun 26 13:51:12 2022 -0800 +++ b/Makefile Sun Jun 26 13:52:29 2022 -0800 @@ -2,12 +2,12 @@ CFLAGS= -O2 PROGDIR=utils -LIBDIR= libutil +LIBDIR= libnumdb libutil SUBDIR= ${PROGDIR} ${LIBDIR} all: ${SUBDIR} -utils: libutil +utils: libnumdb libutil ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"