From b76ee589028625552251fbd52458548bfbecf6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Jun 2021 21:40:05 +0200 Subject: Tests --- buch/aufgaben1.tex | 4 ++-- buch/chapters/020-exponential/chapter.tex | 1 + buch/chapters/020-exponential/code/Makefile | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 buch/chapters/020-exponential/code/Makefile (limited to 'buch') diff --git a/buch/aufgaben1.tex b/buch/aufgaben1.tex index cafed06..fa75dcf 100644 --- a/buch/aufgaben1.tex +++ b/buch/aufgaben1.tex @@ -4,8 +4,8 @@ % (c) 2022 Prof. Dr. Andreas Mueller, OST % -%\item -%\input chapters/30-endlichekoerper/uebungsaufgaben/3003.tex +\item +\input chapters/020-exponential/uebungsaufgaben/0.tex %\item %\input chapters/30-endlichekoerper/uebungsaufgaben/3004.tex %\item diff --git a/buch/chapters/020-exponential/chapter.tex b/buch/chapters/020-exponential/chapter.tex index 4e733d5..77bbb1f 100644 --- a/buch/chapters/020-exponential/chapter.tex +++ b/buch/chapters/020-exponential/chapter.tex @@ -16,5 +16,6 @@ \aufgabetoplevel{chapters/020-exponential/uebungsaufgaben} \begin{uebungsaufgaben} \uebungsaufgabe{0} +\uebungsaufgabe{1} \end{uebungsaufgaben} diff --git a/buch/chapters/020-exponential/code/Makefile b/buch/chapters/020-exponential/code/Makefile new file mode 100644 index 0000000..b189dae --- /dev/null +++ b/buch/chapters/020-exponential/code/Makefile @@ -0,0 +1,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 -- cgit v1.2.1