Let rkiss.h to follow SF coding style

Fix also Makefile after mersenne.cpp has been removed

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-07 12:11:01 +01:00
parent f5e28ef512
commit 8fb16df70e
4 changed files with 51 additions and 49 deletions

View File

@@ -34,9 +34,8 @@ PGOBENCH = ./$(EXE) bench 32 1 10 default depth
### Object files
OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \
misc.o move.o movegen.o history.o movepick.o search.o piece.o \
position.o direction.o tt.o uci.o ucioption.o \
mersenne.o book.o bitbase.o san.o benchmark.o timeman.o
misc.o move.o movegen.o history.o movepick.o search.o piece.o position.o \
direction.o tt.o uci.o ucioption.o book.o bitbase.o san.o benchmark.o timeman.o
### ==========================================================================