1
0
Fork 0

Let 'make' with no arguments to show compilation options

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base
Marco Costalba 2011-05-17 09:09:26 +02:00
parent 6624105b5b
commit 1cc42ac9e4
1 changed files with 3 additions and 3 deletions

View 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
### ==========================================================================