diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-09 20:56:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-09 20:56:12 +0200 |
commit | c70673f4e73c7a071cff12735789eb6d45380d74 (patch) | |
tree | d222c092b7695d3b7c6bb775c9f5696eb599df0b /Makefile | |
parent | misc (diff) | |
download | libnumtext-c70673f4e73c7a071cff12735789eb6d45380d74.tar.gz libnumtext-c70673f4e73c7a071cff12735789eb6d45380d74.tar.bz2 libnumtext-c70673f4e73c7a071cff12735789eb6d45380d74.tar.xz |
Add libnumtext_card2ord
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ LANG =\ swedish OBJ =\ + libnumtext_card2ord.o\ libnumtext_num2text.o\ libnumtext_remove_separators.o\ $(LANG:=.o) |