blob: 3907d13d77597f7fd7805ea6a909cf04ca41c91a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
order.pdf: order.tex orderpath.tex
pdflatex order.tex
orderpath.tex: order.m
octave order.m
|