diff options
author | EuAndreh <eu@euandre.org> | 2022-06-01 22:20:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-01 22:20:09 -0300 |
commit | 94a7f68b3c6727fa1fe1e4f78e84c5cdb7c40644 (patch) | |
tree | 958623f7829a791a762ac00862e78146d85e72d7 /Makefile | |
parent | TODOs.md: Add #td-2de2f57c-0773-530f-f6cf-70836080f46f (diff) | |
download | euandre.org-94a7f68b3c6727fa1fe1e4f78e84c5cdb7c40644.tar.gz euandre.org-94a7f68b3c6727fa1fe1e4f78e84c5cdb7c40644.tar.xz |
Generate podcast artifacts in dynamic.mk
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,12 +1,6 @@ .POSIX: FQDN = euandre.org -.SUFFIXES: -.SUFFIXES: .flac .ogg - -.flac.ogg: - ffmpeg -y -i $< -ar 48000 -vn -c:a libvorbis -b:a 320k $@ - favicons = static/lord-favicon.png static/lord-favicon.ico favicon.ico |