diff options
author | Joshua Baer <joshua.baer@ost.ch> | 2022-07-19 14:36:41 +0200 |
---|---|---|
committer | Joshua Baer <joshua.baer@ost.ch> | 2022-07-19 14:36:41 +0200 |
commit | 6c23215c9ad1209bee5d1d2704579b4761341b71 (patch) | |
tree | ebf81f5cfc84a674aca696680b4a27cc0d194390 /buch/papers/fm/Makefile | |
parent | save (diff) | |
download | SeminarSpezielleFunktionen-6c23215c9ad1209bee5d1d2704579b4761341b71.tar.gz SeminarSpezielleFunktionen-6c23215c9ad1209bee5d1d2704579b4761341b71.zip |
add gitignore
Diffstat (limited to '')
-rw-r--r-- | buch/papers/fm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |