aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 743603d..d69be0a 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,9 @@ BIN =\
convert-to-mirrored\
convert-to-turned\
convert-to-transposed\
- convert-to-sora-sompeng
+ convert-to-sora-sompeng\
+ convert-to-tally-marks\
+ convert-to-ideographic-tally-marks
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -123,7 +125,9 @@ LIBOBJ =\
libcharconv_mirrored.o\
libcharconv_turned.o\
libcharconv_transposed.o\
- libcharconv_sora_sompeng.o
+ libcharconv_sora_sompeng.o\
+ libcharconv_tally_marks.o\
+ libcharconv_ideographic_tally_marks.o
LOBJ = $(LIBOBJ:.o=.lo)