summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-09 20:56:12 +0200
committerMattias Andrée <maandree@kth.se>2021-09-09 20:56:12 +0200
commitc70673f4e73c7a071cff12735789eb6d45380d74 (patch)
treed222c092b7695d3b7c6bb775c9f5696eb599df0b /Makefile
parentmisc (diff)
downloadlibnumtext-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aee6e74..95be8c0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ LANG =\
swedish
OBJ =\
+ libnumtext_card2ord.o\
libnumtext_num2text.o\
libnumtext_remove_separators.o\
$(LANG:=.o)