# cygwin makefile for Jeff Glatt's Wavein app
wavein:	Wavein.c
	gcc -o wavein -Wall -mno-cygwin \
		Wavein.c \
		/usr/lib/w32api/libwinmm.a
