mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:43:45 +01:00
Fix gdb and valgrind target
This commit is contained in:
parent
04d666f61d
commit
11e3e222f5
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 New Issue
Block a user