aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20bd984..7e053f4 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,8 @@ BIN =\
convert-to-dentistry\
convert-to-cards\
convert-to-stacked\
- convert-to-counting-rods
+ convert-to-counting-rods\
+ convert-to-mayan
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -165,7 +166,8 @@ LIBOBJ =\
libcharconv_dentistry.o\
libcharconv_cards.o\
libcharconv_stacked.o\
- libcharconv_counting_rods.o
+ libcharconv_counting_rods.o\
+ libcharconv_mayan.o
LOBJ = $(LIBOBJ:.o=.lo)