mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
37b42e21ea
git-svn-id: file:///svn/tokudb@1194 c7de825b-a66e-492c-adef-691d508d4ae1
5 lines
97 B
Makefile
5 lines
97 B
Makefile
CPPFLAGS = -I../include
|
|
CC = c++
|
|
LDFLAGS = -lz
|
|
test1: test1.o dbt.o db.o dbenv.o ../lib/libdb.a
|
|
|