mirror of
https://github.com/MariaDB/server.git
synced 2025-11-03 14:33:32 +03:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := testBasic
|
|
|
|
SOURCES := testBasic.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|