mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
12 lines
173 B
Makefile
12 lines
173 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := drop_index
|
|
|
|
# Source files of non-templated classes (.C files)
|
|
SOURCES = drop_index.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|
|
|