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

Comparing kgsueme/sounds/Makefile (file contents):
Revision 1.1 by pcg, Fri May 30 07:19:56 2003 UTC vs.
Revision 1.2 by pcg, Fri May 30 07:24:38 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines