mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00: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:
+2
-2
@@ -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