aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7a86e8..4087d3e 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,8 @@ TEXSRC =\
doc/bit-operations.tex\
doc/number-theory.tex\
doc/random-numbers.tex\
- doc/not-implemented.tex
+ doc/not-implemented.tex\
+ doc/exercises.tex
HDR_PUBLIC = zahl.h $(HDR_SEMIPUBLIC)
HDR = $(HDR_PUBLIC) $(HDR_PRIVATE)