Files
avolkov 7b0505facc Added WAVE file output to AIFF converter; fixed AIFF decoding bug which caused 8 extra samples in the output
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3609 8092fc87-c524-0410-9efc-e669fe64eaf9
2011-05-14 17:27:36 +00:00

8 lines
141 B
Makefile

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