mariadb/release/examples/db-scan/Makefile
Rich Prohaska e846b40c75 add db-scan [t:1904]
git-svn-id: file:///svn/toku/tokudb@13643 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:57:57 -04:00

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)