From 0a9596f979a499d0209fbf5010abd39f87ab4d9b Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 2 Dec 2020 13:31:23 +0000 Subject: [PATCH] Unix gone finally --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d165c73..c4fe712 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,12 @@ # Build the cpdf command line tools and top level -MODS = tjutil tjutf16 tjllist tjparserMonad tjjson \ - xmlm \ +MODS = tjutil tjutf16 tjllist tjparserMonad tjjson xmlm \ cpdfwriteJSON cpdfstrftime cpdfcoord cpdf cpdfcommand SOURCES = $(foreach x,$(MODS),$(x).ml $(x).mli) cpdfcommandrun.ml RESULT = cpdf ANNOTATE = true -PACKS = unix camlpdf +PACKS = camlpdf CFLAGS = -fPIC OCAMLFLAGS = -bin-annot @@ -27,4 +26,3 @@ $(foreach x,$(MODS),$x.cmx) $(foreach x,$(MODS),$x.cmti) install : libinstall -include OCamlMakefile -