
CFLAGS=-Wall

all:	uridiag

uridiag:	uridiag.c fftsg.c
	cc -Wall uridiag.c fftsg.c -o uridiag -lusb -lasound -lm


