mirror of https://github.com/n7tae/tcd.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
289 B
10 lines
289 B
# This is where the executable will be installed `make install`
|
|
BINDIR = /usr/local/bin
|
|
|
|
# set to true to build a transcoder that supports gdb
|
|
debug = false
|
|
|
|
# set to true to use the md-380 software vocoder
|
|
# this will only work on an arm-based system, like a raspberry pi
|
|
swambe2 = false
|