X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=d81e7d707a9c638f3ffe19d513915f1851d07747;hp=eb6390aa13462b765aa72206abe01974c1fffe0e;hb=1cc42ac9e4786790a30d2b9dd572dc7e7bfcd021;hpb=6624105b5b075ec5c7646818f45aad1f75ed64aa diff --git a/src/Makefile b/src/Makefile index eb6390aa..d81e7d70 100644 --- a/src/Makefile +++ b/src/Makefile @@ -315,9 +315,6 @@ endif ### Section 4. Public targets ### ========================================================================== -default: - $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build - help: @echo "" @echo "To compile stockfish, type: " @@ -431,6 +428,9 @@ clean: testrun: @$(PGOBENCH) +default: + help + ### ========================================================================== ### Section 5. Private targets ### ==========================================================================