]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Symmetric king safety
[stockfish] / src / Makefile
index 1ae8bfac884a7d878257c47f0f353f345b2e2e90..932a678a8f43e0226e42750b0f6abe8b4cbc28fd 100644 (file)
@@ -34,9 +34,8 @@ ifeq ($(UNAME),Haiku)
 endif
 BINDIR = $(PREFIX)/bin
 
-### Built-in benchmark for pgo-builds and signature
+### Built-in benchmark for pgo-builds
 PGOBENCH = ./$(EXE) bench 32 1 1 default time
-SIGNBENCH = ./$(EXE) bench
 
 ### Object files
 OBJS = benchmark.o bitbase.o bitboard.o book.o endgame.o evaluate.o main.o \