mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Let 'make' with no arguments to show compilation options
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -315,9 +315,6 @@ endif
|
|||||||
### Section 4. Public targets
|
### Section 4. Public targets
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
|
|
||||||
default:
|
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "To compile stockfish, type: "
|
@echo "To compile stockfish, type: "
|
||||||
@@ -431,6 +428,9 @@ clean:
|
|||||||
testrun:
|
testrun:
|
||||||
@$(PGOBENCH)
|
@$(PGOBENCH)
|
||||||
|
|
||||||
|
default:
|
||||||
|
help
|
||||||
|
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
### Section 5. Private targets
|
### Section 5. Private targets
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user