Add new and new list funcs

This commit is contained in:
James McKaskill 2013-05-08 23:17:21 -04:00
parent 3798d34428
commit 2ded64d310
4 changed files with 211 additions and 2 deletions

View file

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