mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 21:38:03 +02: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 = \
|
VALGRIND_CALLGRIND_FLAGS = \
|
||||||
--tool=callgrind
|
--tool=callgrind
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
|
$(EXTRA_PROGRAMS) \
|
||||||
valgrind-log \
|
valgrind-log \
|
||||||
callgrind.out.* \
|
callgrind.out.* \
|
||||||
index.html
|
index.html
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue