mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
README.md:
|
|
gomplate -f $@.tmpl --plugin 'filters=./get_filter_support_table,ffprobe=./get_ffprobe_commands_table' > $@
|
|
|
|
clean:
|
|
rm README.md
|
|
|
|
.PHONY: clean
|