aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/images/Makefile
blob: db00dac748971ace08761ff53dc3dd8e45006d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile
#
# (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil
#
all:	sp.pdf   nilpotent.pdf

sp.pdf:	sp.tex sppaths.tex
	pdflatex sp.tex

sppaths.tex:	spbeispiel.m
	octave spbeispiel.m

nilpotent.pdf:	nilpotent.tex
	pdflatex nilpotent.tex