comparison utils/Makefile @ 239:19d1c39ae4e7

themwi-short-dial: convert to libnumdb2
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Aug 2023 15:35:04 -0800
parents 697fe2c87fec
children d7c2a2c0b922
comparison
equal deleted inserted replaced
238:697fe2c87fec 239:19d1c39ae4e7
41 ${CC} ${CFLAGS} -o $@ $@.c 41 ${CC} ${CFLAGS} -o $@ $@.c
42 42
43 themwi-dump-numdb2: themwi-dump-numdb2.c 43 themwi-dump-numdb2: themwi-dump-numdb2.c
44 ${CC} ${CFLAGS} -o $@ $@.c 44 ${CC} ${CFLAGS} -o $@ $@.c
45 45
46 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} 46 themwi-short-dial: themwi-short-dial.o ${LIBNUMDB2} ${LIBUTIL}
47 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} 47 ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB2} ${LIBUTIL}
48 48
49 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} 49 themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL}
50 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL} 50 ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}
51 51
52 themwi-update-numdb2: themwi-update-numdb2.o ${LIBUTIL} 52 themwi-update-numdb2: themwi-update-numdb2.o ${LIBUTIL}