mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE := ndbapitest
|
||
|
|
||
|
BIN_TARGET := select_count
|
||
|
|
||
|
SOURCES := select_count.cpp
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|