mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00: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:
parent
6624105b5b
commit
1cc42ac9e4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue