mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-02 05:44:20 +01:00
You will want to 'make distclean' after this. I also removed libsecp; we use the one in in libwally anyway. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
The C Code Archive Network: http://ccodearchive.net You can find a set of helper utilities under tools/ and the modules under ccan/. The recommended way to add ccan modules to your project is to create a ccan/ directory and add one module per subdirectory (see tools/create-ccan-tree). Enjoy!