Static capnpc-c
This commit is contained in:
parent
859ab61a07
commit
f0dc17cede
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ capn.so: $(OBJS)
|
|||
capn.a: $(OBJS)
|
||||
$(AR) rcs $@ $^
|
||||
|
||||
capnpc-c: compiler/capnpc-c.o compiler/schema.capnp.o compiler/str.o capn.so
|
||||
capnpc-c: compiler/capnpc-c.o compiler/schema.capnp.o compiler/str.o capn.a
|
||||
$(CC) $(LDFLAGS) $^ -o $@
|
||||
|
||||
test: capn-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue