mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
12 lines
177 B
Makefile
12 lines
177 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE := ndbapitest
|
||
|
|
||
|
BIN_TARGET := create_index
|
||
|
|
||
|
# Source files of non-templated classes (.C files)
|
||
|
SOURCES = create_index.cpp
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|
||
|
|