aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2777447..293dc8b 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,12 @@ BIN =\
convert-to-symbols\
convert-to-control-characters\
convert-to-xiangqi\
- convert-to-control-character-representations
+ convert-to-control-character-representations\
+ convert-to-chess\
+ convert-to-rotated-45deg-cw\
+ convert-to-rotated-90deg-cw\
+ convert-to-rotated-45deg-ccw\
+ convert-to-rotated-90deg-ccw
LIBOBJ =\
libcharconv_decode_utf8_.o\
@@ -138,7 +143,14 @@ LIBOBJ =\
libcharconv_control_characters.o\
libcharconv_xiangqi_red.o\
libcharconv_xiangqi_black.o\
- libcharconv_control_character_representations.o
+ libcharconv_control_character_representations.o\
+ libcharconv_chess_white.o\
+ libcharconv_chess_black.o\
+ libcharconv_chess_neutral.o\
+ libcharconv_rotated_45deg_cw.o\
+ libcharconv_rotated_90deg_cw.o\
+ libcharconv_rotated_45deg_ccw.o\
+ libcharconv_rotated_90deg_ccw.o
LOBJ = $(LIBOBJ:.o=.lo)