diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-03 16:31:27 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-03-03 16:31:27 +0530 |
commit | bd9ed42387e5d221e9b3d65c3307c610401afec6 (patch) | |
tree | 9a9d2d4de29d39bc82cf3e183454a73bdedb69b8 | |
parent | 5f7514957f2e3a96c53054813b7e2ffbadf20e6e (diff) | |
download | hypervideo-pre-bd9ed42387e5d221e9b3d65c3307c610401afec6.tar.lz hypervideo-pre-bd9ed42387e5d221e9b3d65c3307c610401afec6.tar.xz hypervideo-pre-bd9ed42387e5d221e9b3d65c3307c610401afec6.zip |
[build] fix bug from da7f321e9338624375eab758d822445d2846e771
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: yt-dlp doc man +all: yt-dlp doc pypi-files clean: clean-test clean-dist clean-cache completions: completion-bash completion-fish completion-zsh doc: README.md CONTRIBUTING.md issuetemplates supportedsites |