From c8e330715e10b81267468ed7d30d588d52466dd9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 29 May 2023 19:40:48 +0200 Subject: [PATCH] add gls files to make clean --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6afea021..6d5528ad 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,9 @@ images/wide.jpg: images convert -size 100x60 xc:skyblue -fill white -stroke black -draw "ellipse 50,30 40,20 45,270" images/wide.jpg all: docs test clean: - rm -rf *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo svg-inkscape + rm -rf *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo \ + *.slo \ + *.sls \ + *.glg \ + *.gls \ + svg-inkscape -- GitLab