include .defs.mk

TYPE := ndbapitest

BIN_TARGET := hugoCalculator

# Source files of non-templated classes (.C files)
SOURCES = hugoCalculator.cpp

include $(NDB_TOP)/Epilogue.mk

