diff options
Diffstat (limited to 'ndb/test/tools/hugoPkRead/Makefile')
-rw-r--r-- | ndb/test/tools/hugoPkRead/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ndb/test/tools/hugoPkRead/Makefile b/ndb/test/tools/hugoPkRead/Makefile new file mode 100644 index 00000000000..03580dc0d18 --- /dev/null +++ b/ndb/test/tools/hugoPkRead/Makefile @@ -0,0 +1,9 @@ +include .defs.mk + +TYPE := ndbapitest + +BIN_TARGET := hugoPkRead + +SOURCES := hugoPkRead.cpp + +include $(NDB_TOP)/Epilogue.mk |