From 6b9b64fee17a5a0f622b70572180dfee1c2ce340 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 2 Mar 2023 17:29:14 +0000 Subject: [PATCH] more --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3b875b3..69d01a2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Build the cpdf command line tools and top level +# Build the cpdf command line tools NONDOC = cpdfyojson cpdfxmlm cpdfutil DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \ @@ -23,7 +23,7 @@ OCAMLNCFLAGS = -g -safe-string OCAMLBCFLAGS = -g -safe-string OCAMLLDFLAGS = -g -TARGETS := byte-code-library top htdoc +TARGETS := byte-code-library htdoc LIBINSTALL_FILES = cpdf.cma \ $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \