FreeCalypso > hg > themwi-nanp
diff utils/Makefile @ 9:0b4d54289ef3
themwi-short-dial compiles in the new model
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 03:51:57 +0000 |
parents | dc1554b7dfb8 |
children | 3d6cfb615d90 |
line wrap: on
line diff
--- a/utils/Makefile Wed Dec 13 03:39:48 2023 +0000 +++ b/utils/Makefile Wed Dec 13 03:51:57 2023 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -I../build-inc -PROGS= themwi-check-own themwi-dump-numdb themwi-update-numdb +PROGS= themwi-check-own themwi-dump-numdb themwi-short-dial themwi-update-numdb LIBNUMDB=../libnumdb/libnumdb.a LIBUTIL=../libnumutil/libnumutil.a @@ -12,6 +12,9 @@ themwi-dump-numdb: themwi-dump-numdb.c ${CC} ${CFLAGS} -o $@ $@.c +themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} + ${CC} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} + themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} ${CC} -o $@ $@.o ${LIBUTIL}