aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 663c961..c26efd0 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,8 @@ BIN =\
convert-to-invisible\
convert-to-enclosed\
convert-to-metrical\
- convert-to-dentistry
+ convert-to-dentistry\
+ convert-to-cards
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -159,7 +160,8 @@ LIBOBJ =\
libcharconv_enclosed_positive.o\
libcharconv_enclosed_negative.o\
libcharconv_metrical.o\
- libcharconv_dentistry.o
+ libcharconv_dentistry.o\
+ libcharconv_cards.o
LOBJ = $(LIBOBJ:.o=.lo)