This commit is contained in:
Sebastian Ramacher 2011-07-14 21:34:16 +02:00
parent 15afd761fa
commit 894a5735bc

View File

@ -47,7 +47,7 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
@echo project=${PROJECT} > ${PROJECT}.pc
@echo version=${VERSION} >> ${PROJECT}.pc
@echo includedir=${PREFIX}/include >> ${PROJECT}.pc
@cat ${PROJECTNV}.pc.in >> ${PROJECT}.pc
@cat ${PROJECT}.pc.in >> ${PROJECT}.pc
valgrind: debug
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes \