vitastor/Makefile

6 lines
144 B
Makefile

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