From 4dbf9d9c03255b6168b212c8c02e3c8526f32ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tronel?= Date: Fri, 22 Dec 2023 14:56:05 +0100 Subject: [PATCH] Suppress SRT files for cleaning. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 817ffe6..2003dd3 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ clean: - rm -f *.ppm *.pcm part* + rm -f *.ppm *.pcm part* *.srt