aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/agm/Makefile
blob: e7975e19cf78b09b4b1a28766c3d490495f60ac9 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#

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