ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
(Generate patch)

Comparing kgsueme/sounds/Makefile (file contents):
Revision 1.3 by pcg, Sat May 31 05:30:50 2003 UTC vs.
Revision 1.4 by pcg, Thu Jun 12 22:10:07 2003 UTC

1 1
2SOUNDS = alarm move warning pass ring connect user_unknown 2SOUNDS = alarm move warning pass ring connect user_unknown gamestart resign
3 3
4%: %.wav Makefile 4%: %.wav Makefile
5 sox -twav $< -tau -r8000 -c1 -U -b $@ polyphase 5 sox -twav $< -tau -r8000 -c1 -U -b $@ polyphase || sox -twav $< -tau -r8000 -c1 -U -b $@
6 6
7all: $(SOUNDS) 7all: $(SOUNDS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines