]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Let 'make' with no arguments to show compilation options
[stockfish] / src / Makefile
index eb6390aa13462b765aa72206abe01974c1fffe0e..d81e7d707a9c638f3ffe19d513915f1851d07747 100644 (file)
@@ -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
 ### ==========================================================================