]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Do not conceal the invocation of the benchmark program
[stockfish] / src / Makefile
index b6ffbe823cbb130a58702c8b09b7a94dc5bf81d4..29b784e5fe4aaad867b64ac0ed8aa4c779c1f6d8 100644 (file)
@@ -387,7 +387,7 @@ profile-build:
        $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make)
        @echo ""
        @echo "Step 2/4. Running benchmark for pgo-build ..."
        $(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make)
        @echo ""
        @echo "Step 2/4. Running benchmark for pgo-build ..."
-       @$(PGOBENCH) > /dev/null
+       $(PGOBENCH) > /dev/null
        @echo ""
        @echo "Step 3/4. Building final executable ..."
        @touch *.cpp *.h syzygy/*.cpp syzygy/*.h
        @echo ""
        @echo "Step 3/4. Building final executable ..."
        @touch *.cpp *.h syzygy/*.cpp syzygy/*.h