Add new and new list funcs
This commit is contained in:
parent
3798d34428
commit
2ded64d310
4 changed files with 211 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ all: capn.so capnpc-c test
|
|||
clean:
|
||||
rm -f *.o *.so capnpc-c compiler/*.o
|
||||
|
||||
%.o: %.c *.h *.inc
|
||||
%.o: %.c *.h *.inc compiler/*.h
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
capn.so: capn-malloc.o capn-stream.o capn.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue