mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:46:00 +01:00
Update Makefile
This commit is contained in:
parent
eb2fe1688d
commit
8c192377e8
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -73,11 +73,11 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
|
|||
$(QUIET)cat ${PROJECT}.pc.in >> ${PROJECT}.pc
|
||||
|
||||
valgrind: debug
|
||||
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes \
|
||||
./${PROJECT}-debug
|
||||
$(QUIET)G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --tool=memcheck --leak-check=yes \
|
||||
--leak-resolution=high --show-reachable=yes ./${PROJECT}-debug
|
||||
|
||||
gdb: debug
|
||||
cgdb ${PROJECT}-debug
|
||||
$(QUIET)cgdb ${PROJECT}-debug
|
||||
|
||||
test: ${OBJECTS}
|
||||
$(QUIET)make -C tests run
|
||||
|
|
Loading…
Reference in a new issue