7 lines
151 B
Makefile
7 lines
151 B
Makefile
#
|
|
# Arguments to be passed to espeakup.
|
|
# Example:
|
|
# ESPEAKUP_ARGS="--default-voice=fr"
|
|
# will tell espeakup to use the French voice.
|
|
ESPEAKUP_ARGS=""
|