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 0fa5b3a..663c961 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ BIN =\
convert-to-rotated-90deg-ccw\
convert-to-invisible\
convert-to-enclosed\
- convert-to-metrical
+ convert-to-metrical\
+ convert-to-dentistry
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -157,7 +158,8 @@ LIBOBJ =\
libcharconv_invisible.o\
libcharconv_enclosed_positive.o\
libcharconv_enclosed_negative.o\
- libcharconv_metrical.o
+ libcharconv_metrical.o\
+ libcharconv_dentistry.o
LOBJ = $(LIBOBJ:.o=.lo)