ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/sounds/Makefile
Revision: 1.2
Committed: Fri May 30 07:24:38 2003 UTC (21 years ago) by pcg
Branch: MAIN
CVS Tags: aa50
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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