Mercurial > spc_convert
comparison Makefile @ 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 | 95cdedd01422 |
children |
comparison
equal
deleted
inserted
replaced
6:a012d31df380 | 7:6a2c890c22db |
---|---|
40 build/SPC_Filter.o : snes_spc/SPC_Filter.cpp | 40 build/SPC_Filter.o : snes_spc/SPC_Filter.cpp |
41 g++ -c snes_spc/SPC_Filter.cpp -o build/SPC_Filter.o | 41 g++ -c snes_spc/SPC_Filter.cpp -o build/SPC_Filter.o |
42 | 42 |
43 clean: | 43 clean: |
44 find . \( -name "*.o" -print0 \) -o \ | 44 find . \( -name "*.o" -print0 \) -o \ |
45 \( -name "spc" -print0 \) -o \ | 45 \( -name "spc_convert" -print0 \) \ |
46 \( -name "*.wav" -print0 \) \ | |
47 | xargs -t -0 rm | 46 | xargs -t -0 rm |