aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential/code/Makefile
blob: b189dae7061fa5c3ea1f416ada0368a75c5f0881 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile -- build and execute some interesting numerical computation
#             programs
# 
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#

xxl:	xxl.c
	gcc -o xxl -W -O2 -lgsl xxl.c