mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
8455cf0c1c
git-svn-id: file:///svn/tokudb@3847 c7de825b-a66e-492c-adef-691d508d4ae1
8 lines
221 B
Makefile
8 lines
221 B
Makefile
# -*- Mode: Makefile -*-
|
|
|
|
# ROOT is the the name of the root of the tokudb make directory heirarchy, starting at the cwd
|
|
ROOT =
|
|
include Makefile.include
|
|
|
|
# build: $(BINS) $(LIBS)
|
|
# check: $(patsubst %,%.checkdir,$(DIRS))
|