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 520abea..b917d65 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,8 @@ BIN =\
convert-to-sora-sompeng\
convert-to-tally-marks\
convert-to-ideographic-tally-marks\
- convert-to-negative
+ convert-to-negative\
+ convert-to-symbols
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -129,7 +130,8 @@ LIBOBJ =\
libcharconv_sora_sompeng.o\
libcharconv_tally_marks.o\
libcharconv_ideographic_tally_marks.o\
- libcharconv_negative.o
+ libcharconv_negative.o\
+ libcharconv_symbols.o
LOBJ = $(LIBOBJ:.o=.lo)