1
0
Fork 0
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:
Rodrigo Exterckötter Tjäder 2014-11-27 16:30:18 -02:00 committed by Joona Kiiski
parent a43f633c19
commit 9b4e123fbe

View file

@ -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