diff options
author | Nao Pross <np@0hm.ch> | 2022-05-27 16:29:48 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-05-27 16:29:48 +0200 |
commit | a5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b (patch) | |
tree | 4b7cea2f9f339e8a30806bfe854175f691447029 /presentation/Makefile | |
parent | Fix presentation Makefile (diff) | |
download | FourierOnS2-a5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b.tar.gz FourierOnS2-a5e0c8fb18eeabe0cfe00b8ce35d46a7edc6b29b.zip |
Update slides
Diffstat (limited to 'presentation/Makefile')
-rw-r--r-- | presentation/Makefile | 2 |
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) $< |