aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6a2431..615f7f2 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,8 @@ BIN =\
convert-to-rotated-90deg-cw\
convert-to-rotated-45deg-ccw\
convert-to-rotated-90deg-ccw\
- convert-to-invisible
+ convert-to-invisible\
+ convert-to-enclosed
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -152,7 +153,9 @@ LIBOBJ =\
libcharconv_rotated_90deg_cw.o\
libcharconv_rotated_45deg_ccw.o\
libcharconv_rotated_90deg_ccw.o\
- libcharconv_invisible.o
+ libcharconv_invisible.o\
+ libcharconv_enclosed_positive.o\
+ libcharconv_enclosed_negative.o
LOBJ = $(LIBOBJ:.o=.lo)