mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
e846b40c75
git-svn-id: file:///svn/toku/tokudb@13643 c7de825b-a66e-492c-adef-691d508d4ae1
9 lines
168 B
Makefile
9 lines
168 B
Makefile
DIRSUF = db
|
|
CPPFLAGS = -I../include -DDIRSUF=$(DIRSUF)
|
|
LDFLAGS = -L../.. -lfractaltreeindex -Wl,-rpath,../..
|
|
|
|
default: db-scan
|
|
|
|
clean:
|
|
rm -rf db-scan bench.$(DIRSUF)
|
|
|