ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
Revision: 1.4
Committed: Thu Jun 12 22:10:07 2003 UTC (20 years, 11 months ago) by pcg
Branch: MAIN
CVS Tags: stable
Changes since 1.3: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

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