Skip to content
Snippets Groups Projects
Commit 032ef0ba authored by Irene Zhang's avatar Irene Zhang
Browse files

adding make file for transactional stores

parent 3a33456b
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment