mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
e5a90933be
git-svn-id: file:///svn/tokudb@243 c7de825b-a66e-492c-adef-691d508d4ae1
6 lines
165 B
Makefile
6 lines
165 B
Makefile
CFLAGS = -Wall -W -O2 -Werror -g
|
|
make_db_h.o: make_db_h.c sample_offsets_32.h sample_offsets_64.h
|
|
run: make_db_h
|
|
./make_db_h
|
|
runs: sample_offsets
|
|
./sample_offsets
|