From 78352783c4a60ab681cd5f52a1d94c218d7789fb Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 20 Mar 2023 23:55:35 +0100 Subject: [PATCH] update cs config --- Makefile | 4 ++-- cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ad861876..ddd4c50d 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ svg-inkscape: pdflatex -jobname BIND_ref main.tex resources: resources.pdf -resources.pdf: main.aux $(wildcard CS/*tex) +resources.pdf: main.aux cs pdflatex resources.tex all: BIND.pdf resources ref clean: - rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf sq/*aux svg-inkscape CS/*aux + rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf sq/*aux svg-inkscape cs/*aux diff --git a/cs b/cs index 36a001b5..55108560 160000 --- a/cs +++ b/cs @@ -1 +1 @@ -Subproject commit 36a001b51897aedd6633e8b73e4eed30648fb424 +Subproject commit 55108560536315d6ca0159243d5ad377dbb50d42 -- GitLab