mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33: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
|
||||
### ==========================================================================
|
||||
|
||||
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
|
||||
### ==========================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue