Skip to content

Commit 1bc5cda

Browse files
author
Jesper Torp Kristensen
committed
Fixed errors and white space refactoring.
1 parent b93ed12 commit 1bc5cda

18 files changed

+2690
-2634
lines changed

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ MODS = board.o endgame_table_bdd.o mapping_of_wildcards.o \
99
endgame_run_length_encoding.o run_length_encoding/bit_stream.o \
1010
endgame_clustering_functions.o board_2.o endgame_castling.o \
1111
endgame_piece_enumerations.o endgame_square_permutations.o \
12-
binary_decision_diagram.o endgame_database.o endgame_indexing.o endgame_en_passant.o \
12+
binary_decision_diagram.o endgame_database.o endgame_indexing.o \
13+
endgame_en_passant.o typedefs.o \
1314
\
1415
chess.o \
1516
\

0 commit comments

Comments
 (0)