10 lines
155 B
Makefile
Executable File
10 lines
155 B
Makefile
Executable File
default: install
|
|
install:
|
|
bash install.sh
|
|
wav:
|
|
bash inputs_to_wav.sh
|
|
convert:
|
|
bash transcript.sh $(args)
|
|
srt:
|
|
perl clean.sh $(args) > output/clean.srt
|