aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/040-rekursion/gammalimit/Makefile
blob: 0804e74c7d0160933ffa83e7097a0499e397a9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile -- build gamma limit test programm
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
l:	l.cpp
	g++ -O2 -g -Wall `pkg-config --cflags gsl` `pkg-config --libs gsl` \
		-o l l.cpp

test:	l
	./l