ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
Revision: 1.3
Committed: Sat May 31 05:30:50 2003 UTC (21 years ago) by pcg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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