aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-20 20:41:56 +0200
committerMattias Andrée <m@maandree.se>2024-10-20 20:41:56 +0200
commitd66bf4fe6ff287dceb9b0083244c245288f9865b (patch)
tree7840c18e30bd32533c4fd4ca6dfd72e28103ede0 /Makefile
parentFourth commit (diff)
downloadlibtellurian-master.tar.gz
libtellurian-master.tar.bz2
libtellurian-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99e7f4d..ef10117 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,9 @@ MAN0 = libtellurian.h.0
MAN3 = $(MAN3_FUNC) $(MAN3_CONST)
MAN7 = libtellurian.7
-MAN3_FUNC = $(OBJ_PUBLIC:.o=.3)
+MAN3_FUNC =\
+ $(OBJ_PUBLIC:.o=.3)\
+ libtellurian_coarse_distance_radius.3
MAN3_CONST =\
LIBTELLURIAN_EQUATORIAL_RADIUS.3\