aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af91a7e..0e4a791 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ BIN =\
LIBOBJ =\
libcharconv_decode_utf8_.o\
+ libcharconv_yijing_hexagrams_.o\
libcharconv_shogi.o\
libcharconv_dice.o\
libcharconv_go_white.o\
@@ -193,6 +194,9 @@ $(LIBOBJ): libcharconv.h lib-common.h
$(LOBJ): libcharconv.h lib-common.h
$(BIN): common.o libcharconv.a
+libcharconv_rotated_90deg_ccw.o libcharconv_rotated_90deg_ccw.lo: libcharconv_rotated_90deg_cw.c
+libcharconv_rotated_45deg_ccw.o libcharconv_rotated_45deg_ccw.lo: libcharconv_rotated_45deg_cw.c
+
.c.o:
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)