From 48a8f54257c8d4c256ca3be0faad6544a7d20831 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 15 Aug 2023 18:51:17 +0100 Subject: [PATCH] Fix building of executable on bytecode-only architectures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 133e055..44ab264 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ OCAMLNCFLAGS = -g -safe-string OCAMLBCFLAGS = -g -safe-string OCAMLLDFLAGS = -g -TARGETS := byte-code-library htdoc +TARGETS := byte-code byte-code-library htdoc LIBINSTALL_FILES = cpdf.cma \ $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \