Begin journal init reader

This commit is contained in:
Vitaliy Filippov
2019-11-04 01:42:53 +03:00
parent 9babacb00a
commit e1c92d2227
7 changed files with 256 additions and 16 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o test
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o crc32c.o test
crc32c.o: crc32c.c
gcc -c -o $@ $<
%.o: %.cpp
gcc -c -o $@ $<
test: test.cpp