Add ring_loop

This commit is contained in:
Vitaliy Filippov
2019-11-05 02:12:04 +03:00
parent c959948c82
commit 351366d228
8 changed files with 190 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o crc32c.o test
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o crc32c.o ringloop.o test
crc32c.o: crc32c.c
gcc -c -o $@ $<
%.o: %.cpp