TOP=..

CFLAGS += -DTEST

SRC += v2load.c
SRC += args.c

EXTRA_LIBS += $(LIB)/libdbg.a

include $(TOP)/../makefile.inc

v2load.exe : v2load.o
