From ea48f44f37288e0c6c4f82cbe0a8859017638938 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 6 Apr 2024 03:13:36 +0200
Subject: [PATCH] add gls switch to cleanup

---
 vars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars b/vars
index a5dcdcd5..f2fec804 100644
--- a/vars
+++ b/vars
@@ -10,5 +10,5 @@ COMPILER := latexmk -auxdir=$(DROSS) -pdflua -silent -shell-escape -r config/.la
 RELEASE := $(BOOK)-$(VERSION).pdf
 GLOS := makeglossaries -d $(DROSS)
 RUN := lualatex -output-directory $(DROSS) -shell-escape
-CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf svg-inkscape
+CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf .switch-gls svg-inkscape
 DEPS := *tex config/*sty
-- 
GitLab