mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
wire/Makefile: don't erase source in clean, fix deps.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
a10ea23e0d
commit
1afb6c68ad
@ -51,9 +51,14 @@ check-whitespace: $(WIRE_SRC:%=check-whitespace/%) $(WIRE_HEADERS:%=check-whites
|
|||||||
|
|
||||||
clean: wire-clean
|
clean: wire-clean
|
||||||
|
|
||||||
wire-all: wire/gen_peer_wire.o wire/gen_onion_wire.o wire/fromwire.o wire/towire.o
|
maintainer-clean: wire-maintainer-clean
|
||||||
|
|
||||||
|
wire-maintainer-clean:
|
||||||
|
$(RM) wire/gen_*_csv
|
||||||
|
|
||||||
|
wire-all: $(WIRE_OBJS) $(WIRE_ONION_OBJS)
|
||||||
|
|
||||||
wire-clean:
|
wire-clean:
|
||||||
$(RM) $(WIRE_OBJS) $(WIRE_GEN_SRC) $(WIRE_GEN_HEADERS) towire.c fromwire.c
|
$(RM) $(WIRE_OBJS) $(WIRE_ONION_OBJS) $(WIRE_GEN_SRC) $(WIRE_GEN_HEADERS)
|
||||||
|
|
||||||
include wire/test/Makefile
|
include wire/test/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user