aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/10-vektorenmatrizen/images/Makefile
blob: 779d5717f4f911991462f91678810c8b63b7198b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile -- build images
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all:	ideale.pdf gausszahlen.pdf

ideale.pdf:	ideale.tex
	pdflatex ideale.tex

gausszahlen.pdf:	gausszahlen.tex
	pdflatex gausszahlen.tex