mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:45:59 +01:00
Fix gdb and valgrind target
This commit is contained in:
parent
04d666f61d
commit
11e3e222f5
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -213,10 +213,10 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
|
|||
|
||||
valgrind: debug
|
||||
$(QUIET)G_SLICE=always-malloc G_DEBUG=gc-friendly ${VALGRIND} ${VALGRIND_ARGUMENTS} \
|
||||
./${PROJECT}-debug
|
||||
${BUILDDIR_DEBUG}/${BINDIR}/${PROJECT}
|
||||
|
||||
gdb: debug
|
||||
$(QUIET)cgdb ${PROJECT}-debug
|
||||
$(QUIET)cgdb ${BUILDDIR_DEBUG}/${BINDIR}/${PROJECT}
|
||||
|
||||
test: ${OBJECTS}
|
||||
$(QUIET)$(MAKE) -C tests run
|
||||
|
|
Loading…
Reference in a new issue