diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-05-28 13:18:12 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-05-28 13:18:12 +0930 |
commit | 28f13a41b996c6b25376a31083da673244ac6d01 (patch) | |
tree | 77ff3e60f27469a0f22fec97319c7a569f8d934c | |
parent | e7519047a8b495c8e4011168c7ee777db0d90dc9 (diff) |
Makefile: add ptrint
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | Makefile-ccan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ccan b/Makefile-ccan index 07134a7b..5cc06d97 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -84,6 +84,7 @@ MODS_WITH_SRC := antithread \ ntdb \ ogg_to_pcm \ opt \ + ptrint \ ptr_valid \ pushpull \ rbtree \ |