Commit 6727ce24 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

db_create compiles and runs. Addresses #197.

git-svn-id: file:///svn/tokudb@1198 c7de825b-a66e-492c-adef-691d508d4ae1
parent 21d5db05
......@@ -4,7 +4,7 @@ TARGETS = $(patsubst %.cpp,%,$(SRCS))
DBCXX = ../dbt.o ../db.o ../dbenv.o
CPPFLAGS = -I../ -I../../include
CXXFLAGS = -Wall -g
LDFLAGS = -L../lib -ldb
LDLIBS = ../../lib/libdb.a -lz
$(TARGETS): $(DBCXX)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment