aif2wav: aif2wav.c aiff.h aiff.c wav.h wav.c port.h
	gcc -W -Wall -g -O0 aif2wav.c aiff.c wav.c -o aif2wav

clean:
	rm aif2wav aif2wav.exe


