# Makefile for data creation

ISIP_FILES = *.cc
ISIP_CFLAGS = -O  -g
ISIP_EXE = create_data.exe
include $(ISIP)/util/misc/make/compile_and_link.make
