wire: Linking against wire objs

This commit is contained in:
Christian Decker
2016-11-30 14:43:26 +01:00
committed by Rusty Russell
parent 36e018161f
commit e40509c6c3
3 changed files with 8 additions and 5 deletions

View File

@@ -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