From 94a7f68b3c6727fa1fe1e4f78e84c5cdb7c40644 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Jun 2022 22:20:09 -0300 Subject: Generate podcast artifacts in dynamic.mk --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f9c93b..3646525 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3