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 c26efd0..daa284e 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,8 @@ BIN =\
convert-to-enclosed\
convert-to-metrical\
convert-to-dentistry\
- convert-to-cards
+ convert-to-cards\
+ convert-to-stacked
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -161,7 +162,8 @@ LIBOBJ =\
libcharconv_enclosed_negative.o\
libcharconv_metrical.o\
libcharconv_dentistry.o\
- libcharconv_cards.o
+ libcharconv_cards.o\
+ libcharconv_stacked.o
LOBJ = $(LIBOBJ:.o=.lo)