vitastor/Makefile

4 lines
58 B
Makefile

all: allocator.o blockstore.o
%.o: %.cpp
gcc -c -o $@ $<