forked from tykayn/transcription
8 lines
127 B
Makefile
8 lines
127 B
Makefile
default: install
|
|
install:
|
|
bash install.sh
|
|
convert:
|
|
bash transcript.sh $(args)
|
|
srt:
|
|
perl clean.sh $(args) > output/clean.srt
|