mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08: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:
committed by
Joona Kiiski
parent
a43f633c19
commit
9b4e123fbe
@@ -398,7 +398,7 @@ install:
|
||||
-strip $(BINDIR)/$(EXE)
|
||||
|
||||
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:
|
||||
help
|
||||
@@ -462,7 +462,7 @@ gcc-profile-use:
|
||||
all
|
||||
|
||||
gcc-profile-clean:
|
||||
@rm -rf *.gcda *.gcno bench.txt
|
||||
@rm -rf *.gcda *.gcno syzygy/*.gcda syzygy/*.gcno bench.txt
|
||||
|
||||
icc-profile-prepare:
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean
|
||||
|
||||
Reference in New Issue
Block a user