
# "make debug" to make the debug build with range checking

NAME = vltest
SRCS = vltest.cc
BUILD_FLAGS_DBG = -DVL_CHECKING
LIBS = -lvl -lm
DBG_LIBS = -lvl.dbg
INC_DIRS = -I../include
LIB_DIRS = -L../lib

include ../makefiles/prog.mf
