mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
|
|
BIN_TARGET := interpreterInTup
|
|
|
|
SOURCES := interpreterInTup.cc
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|