Move init into a separate file

This commit is contained in:
Vitaliy Filippov
2019-11-03 22:04:30 +03:00
parent f4705d81d7
commit 9babacb00a
5 changed files with 129 additions and 118 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
all: allocator.o blockstore.o blockstore_open.o blockstore_read.o test
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o test
%.o: %.cpp
gcc -c -o $@ $<
test: test.cpp