mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
9 lines
132 B
Makefile
9 lines
132 B
Makefile
include .defs.mk
|
|
|
|
TYPE = ndbapitest
|
|
|
|
BIN_TARGET = testOrderedIndex
|
|
|
|
SOURCES = testOrderedIndex.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|