6 lines
86 B
Makefile
6 lines
86 B
Makefile
default: install
|
|
install:
|
|
bash install.sh
|
|
convert:
|
|
bash convert_from_wav.sh $(args)
|