mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Cleaning Syzygy profiling data
Updating the makefile so that the clean and gcc-profile-clean targets also remove the profiling data files in the syzygy directory. No functional change. Resolves #136
This commit is contained in:
parent
a43f633c19
commit
9b4e123fbe
1 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ install:
|
||||||
-strip $(BINDIR)/$(EXE)
|
-strip $(BINDIR)/$(EXE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda ./syzygy/*.o
|
$(RM) $(EXE) $(EXE).exe *.o .depend *~ core bench.txt *.gcda ./syzygy/*.o ./syzygy/*.gcda
|
||||||
|
|
||||||
default:
|
default:
|
||||||
help
|
help
|
||||||
|
@ -462,7 +462,7 @@ gcc-profile-use:
|
||||||
all
|
all
|
||||||
|
|
||||||
gcc-profile-clean:
|
gcc-profile-clean:
|
||||||
@rm -rf *.gcda *.gcno bench.txt
|
@rm -rf *.gcda *.gcno syzygy/*.gcda syzygy/*.gcno bench.txt
|
||||||
|
|
||||||
icc-profile-prepare:
|
icc-profile-prepare:
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean
|
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue