ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
Revision: 1.7
Committed: Mon May 31 11:25:19 2004 UTC (20 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1
2 root 1.6 SOUNDS = alarm move warning pass ring connect user_unknown gamestart resign outoftime info
3 pcg 1.1
4     %: %.wav Makefile
5 root 1.7 sox -twav $< -tau -r8000 -c1 -U -b $@ resample || sox -twav $< -tau -r8000 -c1 -U -b $@
6 pcg 1.1
7     all: $(SOUNDS)