From 6c23215c9ad1209bee5d1d2704579b4761341b71 Mon Sep 17 00:00:00 2001 From: Joshua Baer Date: Tue, 19 Jul 2022 14:36:41 +0200 Subject: add gitignore --- buch/papers/fm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buch/papers/fm/Makefile') diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile index fb42942..c84963f 100644 --- a/buch/papers/fm/Makefile +++ b/buch/papers/fm/Makefile @@ -7,16 +7,16 @@ SOURCES := \ 01_AM-FM.tex \ 02_frequenzyspectrum.tex \ - main.tex \ 03_bessel.tex \ - 04_fazit.tex + 04_fazit.tex \ + main.tex #TIKZFIGURES := \ tikz/atoms-grid-still.tex \ #FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) -.PHONY: images +#.PHONY: images #images: $(FIGURES) #figures/%.pdf: tikz/%.tex -- cgit v1.2.1