From 4530c003fd88329b1a6efbdc8a1fb5c6523e0d0b Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 21 Feb 2022 17:42:36 +0100
Subject: [PATCH] updated clean

---
 slides/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/Makefile b/slides/Makefile
index ccd2484..30fa828 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -65,6 +65,6 @@ deploy: all
 	cp *.pdf algo_cours
 
 clean:
-	rm -f *.pdf *.markdown yq_linux_amd64* index.md .puppeteer.json
+	rm -f *.html *.pdf *.markdown yq_linux_amd64* index.md .puppeteer.json
 
 .PHONY:	clean index puppeteer yq
-- 
GitLab