mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
include .defs.mk
|
|
|
|
TYPE = ndbapitest
|
|
|
|
BIN_TARGET = list_tables
|
|
|
|
SOURCES = listTables.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|