mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Makefile: default on gcc 32 bits when type 'make'
From Vratko Polak No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -299,7 +299,7 @@ endif
|
||||
### ==========================================================================
|
||||
|
||||
default:
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
|
||||
$(MAKE) ARCH=x86-32 COMP=gcc build
|
||||
|
||||
help:
|
||||
@echo ""
|
||||
@@ -408,7 +408,7 @@ install:
|
||||
-strip $(BINDIR)/$(EXE)
|
||||
|
||||
clean:
|
||||
$(RM) $(EXE) *.o .depend *~ core bench.txt
|
||||
$(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda
|
||||
|
||||
testrun:
|
||||
@$(PGOBENCH)
|
||||
|
||||
Reference in New Issue
Block a user