6 lines
81 B
Makefile
6 lines
81 B
Makefile
default: install
|
|
install:
|
|
bash install.sh
|
|
convert:
|
|
bash convert_from_wav.sh $1
|