]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Do more LMR for captures
[stockfish] / src / Makefile
index 54868b39b4682e8c0788cb33ebae04bb9da46756..87203547f2865705d8154b2c25966fa8895e8184 100644 (file)
@@ -711,7 +711,7 @@ endif
         config-sanity icc-profile-use icc-profile-make gcc-profile-use gcc-profile-make \
         clang-profile-use clang-profile-make
 
-build: config-sanity net
+build: net config-sanity
        $(MAKE) ARCH=$(ARCH) COMP=$(COMP) all
 
 profile-build: net config-sanity objclean profileclean
@@ -784,7 +784,7 @@ default:
 
 all: $(EXE) .depend
 
-config-sanity:
+config-sanity: net
        @echo ""
        @echo "Config:"
        @echo "debug: '$(debug)'"