Files
tromcho.net/Makefile
T

6 lines
162 B
Makefile

all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o test
%.o: %.cpp
gcc -c -o $@ $<
test: test.cpp
gcc -o test -luring test.cpp