aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index daa284e..20bd984 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,8 @@ BIN =\
convert-to-metrical\
convert-to-dentistry\
convert-to-cards\
- convert-to-stacked
+ convert-to-stacked\
+ convert-to-counting-rods
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -163,7 +164,8 @@ LIBOBJ =\
libcharconv_metrical.o\
libcharconv_dentistry.o\
libcharconv_cards.o\
- libcharconv_stacked.o
+ libcharconv_stacked.o\
+ libcharconv_counting_rods.o
LOBJ = $(LIBOBJ:.o=.lo)