vitastor/Makefile

4 lines
58 B
Makefile
Raw Normal View History

2019-10-31 13:49:46 +03:00
all: allocator.o blockstore.o
%.o: %.cpp
gcc -c -o $@ $<