rgb-cln/wire
Rusty Russell c6f568dbde Makefile: fix distclean, clean targets.
libwally's tools/cleanup.sh doesn't actually remove files if it can't
run make, so do that manually.  Also clear some other cruft.

Also, we weren't deleting wire/gen_onion_wire.c in "make clean".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-02 22:51:39 +10:30
..
test gen_peer_wire_csv: update for latest spec. 2017-02-07 12:14:14 +10:30
Makefile Makefile: fix distclean, clean targets. 2017-03-02 22:51:39 +10:30
fromwire.c wire: sha256_double, privkey and u64/u32/bool array support. 2017-02-21 15:15:28 +10:30
gen_onion_wire_csv wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
gen_peer_wire_csv gen_peer_wire_csv: update for latest spec. 2017-02-07 12:14:14 +10:30
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
towire.c wire: sha256_double, privkey and u64/u32/bool array support. 2017-02-21 15:15:28 +10:30
wire.h wire: sha256_double, privkey and u64/u32/bool array support. 2017-02-21 15:15:28 +10:30
wire_io.c wire: add ccan/io helpers to send (unencrypted) messages between damones. 2017-01-10 15:22:20 +10:30
wire_io.h wire: add ccan/io helpers to send (unencrypted) messages between damones. 2017-01-10 15:22:20 +10:30
wire_sync.c wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30
wire_sync.h wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30