Split into multiple files, begin init_loop, adjust read

This commit is contained in:
Vitaliy Filippov
2019-11-03 02:30:11 +03:00
parent db3b810588
commit f4705d81d7
7 changed files with 806 additions and 448 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
all: allocator.o blockstore.o
all: allocator.o blockstore.o blockstore_open.o blockstore_read.o test
%.o: %.cpp
gcc -c -o $@ $<
test: test.cpp
gcc -o test -luring test.cpp