diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-19 16:44:37 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-19 16:44:37 +0000 |
commit | 856cb2b35531549c240eb558e93f0a27dd7b1bb4 (patch) | |
tree | 68280b198c31031a73af267ec6c3000a788a5e59 /Makefile.am | |
parent | 37fb8d01e134da94d3819ea6ab59dc8a647cf118 (diff) |
add check-valgrind target
Original commit message from CVS:
add check-valgrind target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3e85c54af..f328f3b60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h include $(top_srcdir)/common/release.mak + +check-valgrind: + @true |