mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
14 lines
200 B
Makefile
14 lines
200 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE = ndbapitest
|
||
|
|
||
|
BIN_TARGET = testOIBasic
|
||
|
|
||
|
SOURCES = testOIBasic.cpp
|
||
|
|
||
|
ifeq ($(NDB_COMPILER),GCC)
|
||
|
CCFLAGS_WARNINGS += -Wno-unused -Wformat
|
||
|
endif
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|