mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 02:30:11 +01:00
perf: Add $(EXTRA_PROGRAMS) to CLEANFILES
Otherwise these programs stick around and break distclean, distcheck, and hence release-publish targets.
This commit is contained in:
parent
0390ed4f18
commit
ddca8fec07
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ VALGRIND_MEMCHECK_FLAGS = \
|
|||
VALGRIND_CALLGRIND_FLAGS = \
|
||||
--tool=callgrind
|
||||
CLEANFILES = \
|
||||
$(EXTRA_PROGRAMS) \
|
||||
valgrind-log \
|
||||
callgrind.out.* \
|
||||
index.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue