# Makefile for SNR detector

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