mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE := ndbapitest
|
||
|
|
||
|
BIN_TARGET := restarts
|
||
|
|
||
|
# Source files of non-templated classes (.C files)
|
||
|
SOURCES = restarts.cpp
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|
||
|
|