mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 06:54:30 +01:00
wire: Linking against wire objs
This commit is contained in:
committed by
Rusty Russell
parent
36e018161f
commit
e40509c6c3
@@ -27,7 +27,9 @@ wire/gen_wire.o: wire/gen_wire.h
|
||||
|
||||
clean: wire-clean
|
||||
|
||||
wire-all: wire/gen_wire.o wire/fromwire.o wire/towire.o
|
||||
|
||||
wire-clean:
|
||||
$(RM) $(WIRE_OBJS) $(WIRE_GEN_SRC) $(WIRE_GEN_HEADERS)
|
||||
$(RM) $(WIRE_OBJS) $(WIRE_GEN_SRC) $(WIRE_GEN_HEADERS) towire.c fromwire.c
|
||||
|
||||
include wire/test/Makefile
|
||||
|
||||
Reference in New Issue
Block a user