mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +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:
parent
aa172032c4
commit
87502c0fcb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue