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 615f7f2..0fa5b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,8 @@ BIN =\
convert-to-rotated-45deg-ccw\
convert-to-rotated-90deg-ccw\
convert-to-invisible\
- convert-to-enclosed
+ convert-to-enclosed\
+ convert-to-metrical
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -155,7 +156,8 @@ LIBOBJ =\
libcharconv_rotated_90deg_ccw.o\
libcharconv_invisible.o\
libcharconv_enclosed_positive.o\
- libcharconv_enclosed_negative.o
+ libcharconv_enclosed_negative.o\
+ libcharconv_metrical.o
LOBJ = $(LIBOBJ:.o=.lo)