CFLAGS = -g


wdbplot: wdbplot.c
	cc $(CFLAGS) wdbplot.c -lplot -lm -o $@

wdbread: wdbread.c
	cc $(CFLAGS) wdbread.c -o $@
