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 026f4c0..adda3d0 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,8 @@ BIN =\
convert-to-script\
convert-to-bold-script\
convert-to-buhid\
- convert-to-replacement
+ convert-to-replacement\
+ convert-to-bracketed
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -72,7 +73,8 @@ LIBOBJ =\
libcharconv_script.o\
libcharconv_bold_script.o\
libcharconv_buhid.o\
- libcharconv_replacement.o
+ libcharconv_replacement.o\
+ libcharconv_bracketed.o
LOBJ = $(LIBOBJ:.o=.lo)