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 097e702..743603d 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,8 @@ BIN =\
convert-to-joined\
convert-to-mirrored\
convert-to-turned\
- convert-to-transposed
+ convert-to-transposed\
+ convert-to-sora-sompeng
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -121,7 +122,8 @@ LIBOBJ =\
libcharconv_joined.o\
libcharconv_mirrored.o\
libcharconv_turned.o\
- libcharconv_transposed.o
+ libcharconv_transposed.o\
+ libcharconv_sora_sompeng.o
LOBJ = $(LIBOBJ:.o=.lo)