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 293dc8b..d6a2431 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,8 @@ BIN =\
convert-to-rotated-45deg-cw\
convert-to-rotated-90deg-cw\
convert-to-rotated-45deg-ccw\
- convert-to-rotated-90deg-ccw
+ convert-to-rotated-90deg-ccw\
+ convert-to-invisible
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -150,7 +151,8 @@ LIBOBJ =\
libcharconv_rotated_45deg_cw.o\
libcharconv_rotated_90deg_cw.o\
libcharconv_rotated_45deg_ccw.o\
- libcharconv_rotated_90deg_ccw.o
+ libcharconv_rotated_90deg_ccw.o\
+ libcharconv_invisible.o
LOBJ = $(LIBOBJ:.o=.lo)