Forked from
syslab / tapir
84 commits behind the upstream repository.
-
Irene Zhang authored032ef0ba
Rules.mk 171 B
d := $(dir $(lastword $(MAKEFILE_LIST)))
SRCS += $(addprefix $(d), \
txnstore.cc occstore.cc lockstore.cc)
LIB-txnstore := $(o)txnstore.o $(o)occstore.o $(o)lockstore.o