mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +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:
|
default:
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
|
$(MAKE) ARCH=x86-32 COMP=gcc build
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo ""
|
@echo ""
|
||||||
|
@ -408,7 +408,7 @@ install:
|
||||||
-strip $(BINDIR)/$(EXE)
|
-strip $(BINDIR)/$(EXE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(EXE) *.o .depend *~ core bench.txt
|
$(RM) $(EXE) *.o .depend *~ core bench.txt *.gcda
|
||||||
|
|
||||||
testrun:
|
testrun:
|
||||||
@$(PGOBENCH)
|
@$(PGOBENCH)
|
||||||
|
|
Loading…
Add table
Reference in a new issue