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 d69be0a..520abea 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ BIN =\
convert-to-transposed\
convert-to-sora-sompeng\
convert-to-tally-marks\
- convert-to-ideographic-tally-marks
+ convert-to-ideographic-tally-marks\
+ convert-to-negative
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -127,7 +128,8 @@ LIBOBJ =\
libcharconv_transposed.o\
libcharconv_sora_sompeng.o\
libcharconv_tally_marks.o\
- libcharconv_ideographic_tally_marks.o
+ libcharconv_ideographic_tally_marks.o\
+ libcharconv_negative.o
LOBJ = $(LIBOBJ:.o=.lo)