changeset 7:6a2c890c22db

fixed Makefile to not delete generated wav files
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Oct 2011 07:25:01 -0700
parents a012d31df380
children a37863126396
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/Makefile	Fri Oct 21 07:23:22 2011 -0700
     1.2 +++ b/Makefile	Fri Oct 21 07:25:01 2011 -0700
     1.3 @@ -42,6 +42,5 @@
     1.4  
     1.5  clean: 
     1.6  	find . \( -name "*.o" -print0 \) -o \
     1.7 -               \( -name "spc" -print0 \) -o \
     1.8 -               \( -name "*.wav" -print0 \) \
     1.9 +               \( -name "spc_convert" -print0 \) \
    1.10  		| xargs -t -0 rm
    1.11 \ No newline at end of file