aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/experiments/Makefile
blob: fac4fbc9b2cca77fe1f8809e009bf9ba1a3ed739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschlue
#
all:	KK.pdf

KN:	KN.cpp
	g++ -O -Wall -std=c++11 KN.cpp -o KN `pkg-config --cflags gsl` `pkg-config --libs gsl`

KKpath.tex:	KN
	./KN --outfile KKpath.tex

KK.pdf:	KK.tex KKpath.tex
	pdflatex KK.tex