all: espeak espeak: cd src && make && cd .. clean: cd src && make clean && cd ..