summaryrefslogtreecommitdiffstats
path: root/presentation/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2022-05-27 16:29:48 +0200
committerNao Pross <np@0hm.ch>2022-05-27 16:29:48 +0200
commita5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b (patch)
tree4b7cea2f9f339e8a30806bfe854175f691447029 /presentation/Makefile
parentFix presentation Makefile (diff)
downloadFourierOnS2-a5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b.tar.gz
FourierOnS2-a5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b.zip
Update slides
Diffstat (limited to '')
-rw-r--r--presentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/presentation/Makefile b/presentation/Makefile
index 7bba7be..8b6b4fa 100644
--- a/presentation/Makefile
+++ b/presentation/Makefile
@@ -10,7 +10,7 @@ BIBFILE := $(DOCNAME).bib
all: $(DOCNAME).pdf
clean:
- @rm -v $(DOCNAME)-blx.bib $(DOCNAME).aux $(DOCNAME).bbl $(DOCNAME).blg $(DOCNAME).log $(DOCNAME).nav $(DOCNAME).out $(DOCNAME).run.xml $(DOCNAME).snm $(DOCNAME).toc
+ @rm -fv $(DOCNAME)-blx.bib $(DOCNAME).aux $(DOCNAME).bbl $(DOCNAME).blg $(DOCNAME).log $(DOCNAME).nav $(DOCNAME).out $(DOCNAME).run.xml $(DOCNAME).snm $(DOCNAME).toc
$(DOCNAME).pdf : $(SOURCES) $(BIBFILE)
$(TEX) $(TEXARGS) $<